For my part, I got 7 & 10 wrong. 7: I did figure that if eval is being aliased, then there’s scope that only the original is privy to. 10: I hadn’t been familiarized with how "use strict"; affects nested statements. In addition, I got a bit lost at “Capturing all the evals”. Nice article though!
For my part, I got 7 & 10 wrong. 7: I did figure that if
evalis being aliased, then there’s scope that only the original is privy to. 10: I hadn’t been familiarized with how"use strict";affects nested statements. In addition, I got a bit lost at “Capturing all the evals”. Nice article though!