What is the value of time in the following call to setTimeout?
setTimeout(() => {
console.log("Delayed");
}, '1000');
What is the value of time in the following call to setTimeout?
setTimeout(() => {
console.log("Delayed");
}, '1000');