What will this loop print?
let max = 3; for (i = 0; i > max; i++) { document.write("skrt "); }
skrt skrt
skrt skrt skrt skrt
skrt skrt skrt
nothing