Understanding JavaScript Arrow Functions

Note: This post is work-in-progress learning-note and still in active development and updated regularly. JavaScript (JS) functions are the building blocks of the program, as they allow use perform an operation many times by calling name of code block without repetition. In the previous posts, we discussed Understanding JavaScript Functions – The Basics, Function Declaration […]

Deep Dive into JavaScript Property Descriptors

Note: This post is work-in-progress learning-note and still in active development and updated regularly. In a previous learning-post JavaScript Objects – The Basics, we discussed simple key:value object properties (values associated with properties). The value is one of the attribute of a property. Other attributes include enumerable, configurable and writable. These attributes further define an […]

Resources on JavaScript Learning Projects

Note: This page is still work-in-progress and still in active development and updated regularly. It was inspired by Jessica Eldredge, Elyse Holladay, Amit Ranan and many others developers that I follow. Learning any programming language involves lots of practice. Often I come across in many JS learning tutorials is “to do projects”. It is advised […]