Note: This post is work-in-progress learning-note and still in active development and updated regularly. When I started learning JavaScript (JS) beginning of this year, I really wanted to understand ReactJS frame work. There were several posts suggesting that 2018 was a year of React. ReactJs is advanced JS framework it requires working knowledge of JS […]
JavaScript Fundamentals Knowledge & React Learning
Note: This post is work-in-progress learning-note and still in active development and updated regularly. I have been deep diving into learning JavaScript (JS) throughout 2018 but with my only couple of daily learning hours, progress is frustratingly slow. Nevertheless, I feel that I have made some progress and here are links to first, second and […]
Build things yourself before you dive into the next topic. Programming is about getting your hands dirty and not only reading and watching tutorials 🙂 – Robin Wieruch
Author, The Road to Learn React
The JavaScript this Keyword And Its Use in ReactJs
Note: This post is work-in-progress learning-note and still in active development and updated regularly. The this key word is widely used in ReactJs. While deep diving this keyword, I thought to take a brief detour to explore how this keyword is used in the ReactJs. Use of this keyword in JS very confusing. In a […]
Understanding this Keyword in JavaScript
Note: This post is work-in-progress learning-note and still in active development. This was initially drafted on March 8 and updated recently. In JavaScript (JS), use of function’s this keyword is very confusing, it means different thing depending on the context how a function is called. There is also some difference in whether this is called […]
JavaScript Learning | July-September, 2018
Note: This post is part of my JavaScript learning progress series. Link to my learning progress for the first and second quarter are available here: First Quarter (2018), Second Quarter (2018). At the beginning of year 2018, I had set a goal of learning JavaScript (JS) deeply to improve my JS skills. Here are links […]
