function someFunction(n) {
while (true){
console.log(n);
}
} Time Complexity o...
See more
Download the Study24x7 App, so you can connect and collaborate.