{ThatSoftwareDude}
Jobs
Articles
About
Collections
Menu
Menu
Homepage
Articles
About
Contact
Books
Useful Links
Book Recommendations
Submit a Question
Typing Test
Guest Writing
JavaScript Keycodes
Job Search
Dark Mode
Follow me on
Twitter
Instagram
LinkedIn
Codepen
RSS
Facebook
Popular tags
.NET
5 minute guide
Android
API
ASP.NET
Bootcamps
C#
Career
Coding
Computer Science
CraftyJS
CSS3
ES6
Freelance
Gadgets
Game Development
Guide
Interviews
Javascript
Module
Productivity
Programmers
Programming
Security
Startup
Surface
technology
Web Design
Web Development
Windows
Collection
ES6 and Beyond
The latest additions to the JavaScript specification
9 Articles
1
Useful JavaScript ES6 concepts to start using right now
If you have not kept up with the many changes that JavaScript has gone through during the past few years, then maybe now is the time to inco...
3
0
2
How to use block bindings in ES6
For a long time now, declaring variables using the standard var keyword was commonplace in JavaScript. While super easy to use, it was not w...
1
0
3
How the Spread operator works in ES6
The Spread operator is one of those concepts in JavaScript that, while you appreciate what it does, you just can't ever quite seem to find t...
1
0
4
Working with ES6 classes and objects
ES2015 introduced a new syntax into the JavaScript specification that finally allows us to create classes in a much cleaner way than th...
3
0
5
JavaScript Tagged Templates (ES6)
There is one feature in JavaScript (ES6) that many developers are totally unaware of and one that can be very beneficial in your p...
1
0
6
Creating functions dynamically with JavaScript
The Function constructor is something that isn't usually talked about in JavaScript circles, but it is a useful mechanism to have ...
10
1
7
How JavaScript optimizes tail calls
A commonly seen useful shorthand when writing code is the ability to call a function as a return statement. For example:function getFirstNam...
1
0
8
Working with Sets in JavaScript
ECMAScript 6 introduced the new Set type into its toolset. What are Set's? Essentially they are an ordered list of values that hav...
3
0
9
Working with Maps in ECMAScript 6
In my last post I went over the Set() data structure that was introduced with ECMAScript 6. Today I will be going over t...
1
0
Back to Collections
Other Collections
Personal Blog
54 posts