Closed chlohal closed 2 years ago
Right now, Autoauto's properties are "eih, tbh".
//this works let e = 3, e.foo = 5, log(e.foo) //prints out 5
//this does NOT work let e = 3, log(e.toString()) //will... cause an error? not sure, tbh
Why not implement something like Javascript's prototype chain?
Right now, Autoauto's properties are "eih, tbh".
Why not implement something like Javascript's prototype chain?