Javascript Tutorial – Loops in Javascript

Loops in Javascript What is Loops When we want to execute a piece of code for a number of times, without writing it multiple times, then we use loops for that.For example, If you want to print “Hello World” 5 times, then you can write something like this. But this is not an effiecient way … Read more