I finished Lecture 7 of the Apna College JavaScript playlist. I learned to add and remove HTML nodes. Before, I only changed existing elements. Now I create elements with JavaScript. Follow these ...
I finished Lecture 3 of the Apna College JavaScript playlist. Strings are more than text in quotes. JavaScript lets you change and format text. I learned about Template Literals. They use backticks ...