0
Can anyone solve this ?? Question : create a JavaScript restaurantManager class with following properties :-
1. RestauranList : this will contain a list of restaurant objects with the restaurant name ,address and city. 2.Print all names of restaurant from restaurantlist on console. 3.filter Restaurant by city : this will filter the restaurant on the basis of city provided in arguments.
4 Answers
+ 4
Show your attempts first, i guide you from there.
+ 1
Martin Taylor Yes , This is a academic exercise and I cant able to do this.