object rack edited

This commit is contained in:
shaaqu 2020-04-05 17:12:08 +02:00
parent 77d05d6015
commit 990c06129e

View File

@ -1,5 +1,5 @@
class Rack{ class Rack{
constructor(noOfShelf) { constructor(noOfShelf, typOfProduct) {
this.noOfShelf = noOfShelf; this.noOfShelf = noOfShelf;
} }