I am a pretty novice javascript user. I need some help debugging this code. What I intend this to do is based on the amount of values in the list, is create a 3 column wide table to display each. BTW the whole html formatting is set up with grid. The error is: Uncaught TypeError: Cannot read properties of undefined
Tag: createelement
How would I assign n number of properties to an object depending on the given parameters in a function?
I am making a more simple way of document.createElement function, and this is what I have so far. The problem I have is I don’t know how to make it so that I can add use the argumments, and using the parameter, you can assign any number of properties to the element object I have created inside the function. For