Posts by mjfneto • 21 points
1 post
-
2
votes2
answers92
viewsQ: Does pushing inside a for loop not increment a declared Let in its scope?
I was reading the series You Don’t Know JS which says the following about let declared in for loops: There’s a special behavior defined for let declarations used in the head of a for-loop. This…