Ashish Dasnurkar
Ashish Dasnurkar’s blog

Ashish Dasnurkar’s blog

Follow
homebadges

JavaScript functions travel first class

Jul 31, 20212 min read

Functions in JavaScript are first-class citizens of the language just like Objects. Functions enjoy all the same privileges (in fact more) as do the...

JavaScript functions travel first class

JavaScript scopes

Jul 31, 20212 min read

Not your average block-level scope · I started my programming career with C, C++/VC++, and then Java. All are known as C family languages and they all...

JavaScript scopes

Previously on Programmable Lemon

Nov 19, 20142 min read

Prior to this blog I have written several articles and blogs on other sites. I just want to list them all here for easy access for myself later on. ·...

Previously on Programmable Lemon