News

JavaScript statements control the overall ... and they can also be used to declare classes and functions. Unlike properties, methods, and events, which are inseparable from the object that owns ...
I'm trying to use the React style guide for a project but I have been fighting with it for ages. In the docs it says to use arrow functions in components that don't ...
Functions have this particular property ... Today I covered the topic of variable declarations and scoping in JavaScript. It’s a very important topic that can explain many weird situations ...
This is not a call to a javascript function (yet), this is how you declare code. If you want to process your code into a context when building layer 0 or layer 1 (normal :build commands), you should ...
To use my Customer's callback function, I'd write something like this: If I had used the JavaScript-like syntax to declare my callback function things would go wrong when I used the callback function ...
There are a lot of fun things you can do with a functional style in JavaScript and I encourage you to explore it. One of the tools that I’ve picked up in the process of exploring a functional style is ...