DamilareGentle Introduction to Prototypes in JavaScript********This image has nothing to do with Prototypes in JavaScript, but I couldn’t resist not using it. Feel free to ignore it.******Aug 13, 2018Aug 13, 2018
DamilareBk 3 — CH 4 — PrototypesLet’s go over some maybe confusing concepts in the book.Sep 20, 2017Sep 20, 2017
DamilareBk 3, CH 2 - this All Makes Sense NowNothing but Rules Rule #1:- Default BindingMay 26, 2017May 26, 2017
DamilareBk 3, Chp 1- this or ThatLet’s look at why we need this in JavaScript. Consider this code:-May 18, 2017May 18, 2017
DamilareBk 2, CH 5 — Scope ClosureClosures is when an inner function, on execution, is able to access identifiers of its outer function even when the inner function is…May 4, 2017May 4, 2017
DamilareBk 2, CH3 — Block as Scopes, let, and Garbage Collection, and let loopsBlock scoping is about declaring variables as close as possible to where they would be used.Apr 28, 2017Apr 28, 2017
DamilareBk2, CH2- Lexical Scope — Lex Time & Look-upsWe would start by understanding what author time means. To understand what author time means, we can start by understanding what author…Apr 26, 2017Apr 26, 2017
DamilareBk 2, CH 1 — What is ScopeThe Process of Compiling and Executing a JavaScript :Apr 26, 2017Apr 26, 2017