This post is work-in-progress learning-note and still in active development and updated regularly. A JS function is defined as reusable block of codes that are defined at one time and used later repeatedly whenever they are needed. This process avoids writing the same code repeatedly in different part of the program and code repetition. JS […]
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 […]
Web Developers, Blogs & Tutorial Sites | 2018
Note: Some of the web developers, blogs and tutorial sites that I am regularly following for improving my JavaScripts & web development skills. This page is still in development & was inspired by many developers that I follow and Tania Rascia. Resourceful Blogs 1. JavaScript Tania Rascia [ GitHub | Twitter | CodePen ] Web […]
Learning a new language is not easy for many of us. Every learner has his/her own way of learning new things. While doing my online research on JS language topics (i.eg. closures, scope etc) I encountered the following two posts which explain how analogies help to understand complex topics in JS in much easier way.
- I never understood JavaScript closures – by Olivier De Meulder
- CodeAnalogies Blog – by Kevin
