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 287 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!