+ 2
Uh???, im learning javascript for the fourth time and im not getting it, pls qho can help me please....i really need it
Please any links, help whatsaoever please
2 Respostas
+ 1
master each concept and how they all work together. i.e.
Data types: strings, numbers
scoping: let and const
operators (assignment, arithmetic, logical, relational)
control structures (if, for, while, do, switch, break)
functions, and undestand the difference between functional and procedurable programming: ()=>{}
how to used js to manipulate the DOM (event driven programming)
Data structures & their methods (Arrays, objects, set, map)
id suggest experimenting with what you know, either in the browser devtools, online codesandboxes like repl.it, or even on the command line using node.js
also keep a study log which will help you keep track of your progress.
gl
+ 1
You could search for some help on the internet. Solo learn would not give you the full details of it.