Skip to content Skip to sidebar Skip to footer
Showing posts with the label Lexical Scope

Referencing "this" Inside Setinterval/settimeout Within Object Prototype Methods

Normally I'd assign an alternative 'self' reference when referring to 'this' wi… Read more Referencing "this" Inside Setinterval/settimeout Within Object Prototype Methods

Javascript Example Question: Lexical Scoping/closure - Eloquent Javascript

So I'm new to programming and I'm trying to learn JS with the book Eloquent Javascript. So … Read more Javascript Example Question: Lexical Scoping/closure - Eloquent Javascript