Introduction Namaste, In this blog I will discuss 10 code scenarios on Javascript . Identify the output of the below program function fx() { return new Promise(resolve => { setTimeout(() => { resolve('resolved'); }, 1000...
mahavir.hashnode.dev3 min read
No responses yet.