Menu

JS Table Maker

During my Internship, I focused on creating a simple JavaScript application to allow inputs from a modal to change the HTML on the page. It got more complicated as my Mentor asked me to use the JavaScript object layer and DOM to create most of the page in JavaScript.

Link: JS Table Maker

Some of the key parts of this assignment:
this.object
Using objects to pass information
Object.Create and passing new properties to object.
document.createElement(“element”)
document.createTextNode(“”)
appendChild(“element”)
setAttribute(“”)
removeChild()