Question from the Javascript - Fundamentals test

How to create an object Address in Javascript

Easy

How should be completed the following code to create an object ''Address ''?

class Address { 
        constructor(number, street, city) {
                            ?
         } 
} 
Author: KahinaStatus: PublishedQuestion passed 748 times
Edit
1
Community EvaluationsNo one has reviewed this question yet, be the first!