0 / 60 seg.

What does the following code do?

const timer = setTimeout(() => {
  console.log("Hello, World!");
}, 0);