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 followed Lecture 10 from the Apna College series. Before today, my code ran one line after another. This is synchronous execution. If one line takes five seconds, the whole program stops. This ...