fr
fr

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 442 times
Edit
-1
Community Evaluations
developer avatar
Madaa
19/01/2025
i speak english and i dont understand what means "elle affiche la propriété "rue" de l'instance de l'objet"
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.