0 / 60 seg.

What will this loop print?

let max = 3;
for (i = 0; i > max; i++) {
  document.write("skrt ");
}