What You’ll Learn
At CloseBrace, JavaScript is our bread and butter. Our JS Quick Hits newsletter delivers a short tutorial each week, typically highlighting newer functionality introduced by the various ES updates. Here are some recent examples:
- Array.filter() - A bunch of new Array methods were introduced in ES 2015 (aka ES6). Let's take a quick look at one of them!
- For / Of Loop - A new loop introduced in ES 2015 plays great with iterators ... or plain old arrays.
- Variable Destructuring - This is a personal favorite new feature of mine. Learn how to destructure your variables!
- Rest Operator - The rest operator makes it easier than ever to build functions that can take any number of arguments.
Every email contains a full tutorial and includes a link to a full video version. Each tutorial features complete, syntax-highlighted code samples (if your client supports HTML email). They look like this:
Newsletter not enough? We’ve got you covered with an ever-growing library of in-depth courses covering all of the buzzwords: Node.js, React and React Native, Redux, Babel, Webpack, MongoDB, and more.