Closed paulirish closed 3 years ago
while debugging i got very confused.. all because some for..of loops got their consts replaced with var which were then hoisted out of the blocks. terrible terrible stuff.
const
var
while debugging i got very confused.. all because some for..of loops got their
const
s replaced withvar
which were then hoisted out of the blocks. terrible terrible stuff.