+ 22
14 Tutorials to Learn ES6 JavaScript https://www.sololearn.com/post/15991/?ref=app
12th Jul 2018, 7:23 PM
Danijel Ivanović
Danijel Ivanović - avatar
16th Jul 2018, 8:05 PM
Danijel Ivanović
Danijel Ivanović - avatar
+ 17
😀 Thanks a lot for marking my answer! đŸ˜ŠđŸ‘đŸ˜‰đŸ»
16th Jul 2018, 4:16 PM
Danijel Ivanović
Danijel Ivanović - avatar
+ 7
Dont depends on SoloLearn app but on your devices. See here for use babel code "working" on SL https://www.sololearn.com/discuss/1220172/?ref=app
11th Jul 2018, 11:49 AM
KrOW
KrOW - avatar
+ 6
Before I knew about Babel I had to write two versions of my codes + label accordingly. After a few times doing that I felt like the ROI was personally backwards and I stopped trying to use ES6, which is--in my opinion--the risk to not making tools like Babel more obvious. JQuery is similar, in that it smooths out differences between implementations so that you can just get to work coding instead of fighting the architecture. If you find implementation details interesting like I do then "just use a compatibility library" may annoy you, but transpiling/abstraction just to get something done (and in babel's case while learning new syntax) is still a good observation. To make this bridge a little better, web side-by-side automatic converters exist for "babel" and "lebab": https://babeljs.io/repl/ (ES6->ES5) https://lebab.io/try-it (ES5->ES6) Another library in similar vein, because css prefixes turned out to be support trouble: https://cdnjs.com/libraries/prefixfree See also: polyfills
11th Jul 2018, 4:22 PM
Kirk Schafer
Kirk Schafer - avatar
+ 4
Compile it with babel, make your es6 codes work on all platforms.
11th Jul 2018, 10:48 AM
CalviŐČ
CalviŐČ - avatar
+ 4
Also: If you're having a jQuery problem, could you create a jquery code and ask about the error you're seeing specifically (like, search Q&A and then ask a new one if nobody's seen the issue before)?
11th Jul 2018, 4:37 PM
Kirk Schafer
Kirk Schafer - avatar