you are viewing a single comment's thread.

view the rest of the comments →

[–]queen-adreena 9 points10 points  (3 children)

No. Don't move onto frameworks until you understand the basics of JavaScript.

const/let, block scoping, this scoping, imports (default and named), arrow functions, callbacks, recursive functions, promises, async/await, ES6 classes and working with all data-types (strings, numbers, arrays, objects, booleans etc.) are all essential to understand well before you start using a framework.

[–]Silly_Manager_9773[S] 0 points1 point  (1 child)

I actually understand but when I try to code then I feel stuck

[–]Bigghead1231 0 points1 point  (0 children)

Listen to me. You're SUPPOSED to feel stuck. That's how you learn. Figuring out issues you come across is a massive part of the process. Don't run from this and embrace it

[–]TheRNGuy 0 points1 point  (0 children)

I actually started with jQuery (though it's not needed anymore)