Very useful ReactJS image component resource- An Almost Ideal React Image Component – reached through CSS-Trick’s link.
Understanding JavaScript WeakMaps & WeakSets
Note: This post is work-in-progress learning-note and still in active development and updated regularly. The JavaScript (JS) WeakMaps and WeakSets are similar to Maps & Sets objects. In previous learning-note post, Learning JavaScript Maps & Sets some basic features of JS Maps and Sets : basic syntax, creating an maps & sets, how they differ […]
Learning JavaScript Array.Reduce() Method
Note: This post is work-in-progress learning-note and still in active development and updated regularly. In the previous posts, Understanding JavaScript Arrays and Learning JavaScript Array Methods were in detail. Because JS array.reduce() method is more complex and an important method, in this learning-post, we will discuss its basic syntax, how it works and explain with some examples. […]
Learning JavaScript Maps & Sets
Note: This post is work-in-progress learning-note and still in active development and updated regularly. The ECMASript 2015 (ES6) defines seven data types: six are primitives (Boolean, Null, Undefined, Number, String & Symbol) and an Object. The object data type is fundamental to JavaScript (JS) language as it holds different data types: primitives, object and functions […]
Thoughts # 4: WordPress Progressive Themes & React JS
Occasionally, I take a small break (a day or two) from my regular JavaScript learning routine. This sort of breaks often happens whenever my learning gets little intense or it is triggered by other events. Yesterday, Morten Rand-Hendriksen released Building Progressive Themes with WP Rig in Lynda library and this was a breaking event for […]
Learning JavaScript Array Methods
Note: This post is work-in-progress learning-note and still in active development and updated regularly. In previous learning-note post, Understanding JavaScript Arrays some basic features of JavaScript arrays : syntax, creating an array, accessing array elements, recognizing an array, looping through an array elements and basic adding/deleting elements were discussed. From JS data type & structure perspective, […]
