While loop in JavaScript with an example !
Hai everyone. Do you know what is While loop in JavaScript ? …oh, Now we are going to learn what is While loop for better understanding we take an example ! Just in simple words Repeatedly Excutes statement as long as a given condition is True The situation when programming is needed to perform …