ADAshish Dasnurkarinashishdasnurkar.com·Jul 31, 2021 · 2 min readJavaScript functions travel first classFunctions in JavaScript are first-class citizens of the language just like Objects. Functions enjoy all the same privileges (in fact more) as do the Objects in JavaScript. Privileges such as 1. Functions can be created via a literal notation. var ob...00
ADAshish Dasnurkarinashishdasnurkar.com·Jul 31, 2021 · 2 min readJavaScript scopesI started my programming career with C, C++/VC++, and then Java. All are known as C family languages and they all share block-level scope when it comes to variables and function declarations. In other words, each block, typically represented by { and...00
ADAshish Dasnurkarinashishdasnurkar.com·Nov 19, 2014 · 2 min readPreviously on Programmable LemonList of articles in no particular order Explore the CDI programming model in ZK An article I wrote for IBM DeveloperWorks to introduce ZK CDI integration library that I had developed. Two part series of articles introducing how to integrate third p...00