0 / 60 seg.

What is the value of time in the following call to setTimeout?

setTimeout(() => {
  console.log("Delayed");
}, '1000');