Not an issue. Check language version ;-)
padStart is not supported in Node v6
I am being thrown a type error for using padStart.
TypeError: tower[j].padStart is not a function at towerBuilder at Object.handleError at ContextifyScript.Script.runInThisContext at Object.runInThisContext
My code works in Repl.it.
this is amazing
Loading collection data...
Not an issue. Check language version ;-)
padStart is not supported in Node v6
I am being thrown a type error for using padStart.
TypeError: tower[j].padStart is not a function
at towerBuilder
at Object.handleError
at ContextifyScript.Script.runInThisContext
at Object.runInThisContext
My code works in Repl.it.
this is amazing