I finished Lecture 3 of the Apna College JavaScript playlist. I learned about strings. Strings are more than plain text in quotes. You use built-in methods to make text manipulation easy. Template ...
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 ...