While loop In javascript Explained by Krishna Pathak
When you're writing JavaScript code, you'll often come across situations where you need to do something repeatedly. That's where loops come in handy, and one of the most basic types is the while loop.
How Does it Work?
A while loop is like a little w...
krishnapathak.hashnode.dev2 min read