There will be times where you will need to add or remove nodes from the DOM and there are a couple of Web APIs you can use. In this lesson, we will cover the appendChild() and removeChild() methods.
JavaScript is a great language. It has a simple syntax, large ecosystem and, what is most important, a great community. At the same time, we all know that JavaScript is quite a funny language with ...