0 / 60 seg.

What value does delay have in the following code?

const interval = setInterval(() => {
  console.log("Repeated");
}, 2000);