Understanding JS Callback Functions

Note: This post is work-in-progress learning-note and still in active development and updated regularly. In Mozilla Development Network (MDN) callback function is defined as ‘a function passed into another function as an argument, which is then invoked inside the outer function to complete some kind of routine or action’. In JS callback functions are important […]

My Three Months of JavaScript Learning

While writing my Looking Back 2017 post, I had set Learning JavaScript Deeply as my major goals for 2018. As planned, I started learning JavaScript from January 1 and maintaining a daily learning journals. To facilitate this process, I have setup two private learning site Learn Code & JSBlog, where I collate learning resources and […]