At first redux and redux-saga may feel quite complicated and may seem like a lot of work to get one api call to work. And yes, it is quite a… [Continue Reading]
Category: JavaScript
In ECMAScript 2015 there are two new variable types, let and const. Const is what it sounds like, a constant whose value cannot be changed after it has been defined…. [Continue Reading]
Last week we looked at some ECMAScript 2015 basic concepts which you can review in this article. We also tried playing around with these concepts, but were not very successful, here… [Continue Reading]
History of JavaScript Netscape Navigator 2.0 was the first web browser to ship with JavaScript in March 1996. The code name of the language was originally “Mocha”, then LiveScript. Its… [Continue Reading]
For the first part of this session, please read the previous post: Modular JavaScript. Today we watched the last four videos in the series Modular JS by LearnCode.academy. In these videos Will… [Continue Reading]
This week we watched the first three videos in Modular JS by LearnCode.academy. Note: in the videos Will Stern refers to something called Mustache, it is not required that you understand… [Continue Reading]
There are a few concepts in JavaScript that are often misunderstood or only somewhat comprehended. These include closures, scope, and context. I found a very good YouTube video-series by Will… [Continue Reading]