+ 8
Understanding last chapters JavaScript
How to easily understand the last chapters of JavaScript ES6 like these. I feel very difficult. https://www.sololearn.com/learn/JavaScript/2981/ https://www.sololearn.com/learn/JavaScript/2981/
6 Answers
+ 5
Mike
Same in my case. I feel javaScript promises, yielding very difficult.
+ 4
I haven't done the ES6 stuff yet.
+ 3
This is quiet confusing, i do agree. This article gives a clearer explanation, i think :
https://codeburst.io/a-simple-guide-to-es6-promises-d71bacd2e13a
And for a practical case :
https://youtu.be/yswb4SkDoj0
+ 2
Thatâs where I stopped temporarily. Iâve been using javascript for a long time but never got into the ES6 stuff. I will go back to that when I have time to learn new stuff.
+ 2
Dont be too intimidated by it. break it down into its components, and use psudo code and other devices like flow charts to understand the parts and how they work together as a whole.
+ 1
codeKameleon thatâs very helpful. Thanks