let start = newDate().getTime(); while(newDate().getTime() - start < 5000);
can we write while( 0 < 5000) instead of whi
while( 0 < 5000)
whi