+ 1
Will Sololearn Ever Update the JavaScript Course?
It's missing so much such as: iterators, generators, arrow function binding, promises, async/await, ES6+ classes, etc.
7 Respuestas
+ 4
sololearn courses only teach basics of languages, and never promise to go deeper... if you want to learn more, there are a lot of ressources available for free on internet ^^
and don't forgot that the best way to improve your skill is to practice... by practicing you should need new topic to learn and then apply them in real context ;P
0
I feel a lot of what I listed are considered basics for JavaScript... It's not like I'm asking for metaprogramming or anything, almost everything utilizes promises and async/await.
0
no, promises, async / await are not basics... and not "almost everything utilizes" them...
0
Why don't you prepare some lessons on your own for us all on the topics that you have listed above, it would be great and we all can learn a lot from your lessons. You can learn a lot too while teaching.
Just a recommendation! :)
0
Everything of notice in JS most definitely does. React, Express, Vue, Angular, all utilizes promises
0
demiku all those frameworks you're talking about are not basic applications, and their main purpose is to avoid users to go deeper in such knowledge (the tools use feature they do not need to know to take advantages)...
- 1
😁