Thoughts

This is so true! while learning and working on my learning-note posts, some day I spend entire day on googling & reading different resources and writing few sentences only. Yes! learning is frustrating process.

JavaScripts Objects – The Basics

Note: This post is work-in-progress learning-note and still in active development and updated regularly. In JavaScript objects are everything. The object, classified as one of the data types, refers as named container to store more complex data (values). To quote objects from MDN: Object refers to a data structure containing data and instructions for working […]