Question from the Javascript - Fundamentals test

What can be said about the showStreet function which is located in class ''Address'' ?

Easy

What can be said about the showStreet function which is located in class ''Address'' ?

showStreet() { 
    console.log("street: "+ this.street); 
 } 
Author: Vincent CotroStatus: Published(Update)Question passed 349 times
Edit
0
Community Evaluations
developer avatar
Jacques
19/07/2024
De mon point de vue la 3ieme réponse n'est pas bonne: La propriété "rue" n'existe pas, c'est la propriété "street" qui existe.