Pricing
Learn
Code
Deploy
More
INFINITY
189
3 years ago by
Punith Kumar
count = 0;
while(count < Infinity){
console.log('This is my name ' )
console.log(count++)
}