OneCompiler

INFINITY

189


count = 0;
while(count < Infinity){
console.log('This is my name ' )
console.log(count++)

}