Using ES6 in code editor

Sorry if this has already been covered but I just found out that if I add

/*jshint esversion: 6 */

To the top of my code then I’m able to use ES6 for my solutions.

9 Likes