Let's talk real quick about the Temporal Dead Zone. This is a bit of a boring topic, so I'm going to try and make it at least a little fun…
You can probably see where let and const are going to be useful: if you need to scope something to a block, or if you want to make a…
The other problem using let and const will fix is with our for loop. This is something that you probably have all run into with your…
In the last post we learned all about how scoping works with . We now know that var is **function…
There are a couple new ways to declare variables in ES6 that help us out with scoping. We can declare variables with var, which we've…
The last few months I've been hustling away at my next JavaScript course - ES6 for everyone. Today I'm super excited to launch it!
I'm super excited to announce my latest course Learn Redux. Redux is a way to manage your state in your React (and other JavaScript…
Flexbox is unbelieveable - it's not only making complex layouts easier to build, it's starting to push the limits of what we can do in the…
I get this question a lot so I thought I'd make a quick video. When you have a list of items, nth-child() and nth-of-type may not do…
I'm finding many new devs are joining Slack channels and they aren't 100% sure on how do things like post code snippets, format text or…