2
0
forked from s444420/AL-2020

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{
constructor(noOfShelf) {
constructor(noOfShelf, typOfProduct) {
this.noOfShelf = noOfShelf;
}