+ 2
Can I use ES6 everywhere?
Is it included in JS interpreter or do I have to import it when I code ES6?
16 Respostas
0
Npm install gulp --save-dev, also use es6 plugin (find it and its usage in internet)
+ 4
Even more ES6 videos
https://www.youtube.com/playlist?list=PLRqwX-V7Uu6YgpA3Oht-7B4NBQwFVe3pr
+ 3
Es6 doesn't need anything other than a browser which supports it. It's not like a library, it's a newer version of JS.
+ 2
Theyre not compiled through many new browsers only browsers which are on desktops are able to compile them
+ 2
@The Coding Sloth Thank you too :D
+ 1
@The Coding Sloth Thank you! :D
+ 1
https://youtu.be/ax0ykSVPufs this is full guide for es6 js compiling
+ 1
It's better to compile using gulp
+ 1
Ok ok
0
It needs compiler before use.
0
Nice thank you, do you have an install link?
0
Do you have linux with nodejs? If yes then just install the gulp (compiler for sass css and es6 js) using npm(node package manager)
0
npm install gulp ?
0
Yes
0
Thank you
0
@Animesh Awesome I'l watch the video now