/db32kolla

Primary LanguageJavaScript

fwb32kolla

This is my second server

Hosted my heroku server

Class - Restaurant class Restaurant{ constructor(restaurantType, price, capacity){ this.restaurantType = restaurantType; this.price = price; this.capacity = capacity; } }