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 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 ...