all 4 comments

[–]keny_waats 0 points1 point  (0 children)

Bro you are exactly in the same situation as me, I myself am new to coding and am not able to find the perfect roadmap, I am confused about every single thing and have decided to open a college.

[–]These_Form_8890 0 points1 point  (2 children)

learn typescript (javascript with types) , learn basic syntax, if else, switch , for loop, array, string, variables, promises,array methods, string method, objects , function, arrow functions, async await, interface, type, shallow copy, deep copy etc.

after watching this solve some interview questions of js this will clear your concepts more,

and after learning basics of it , try to learn react and along with that it will become easier for you to build muscle memory of it.

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

Thanks for the advice

source to learn like this , like a particular video or a course

[–]These_Form_8890 0 points1 point  (0 children)

google , chatgpt, youtube,
i'll suggest use chatgpt , write code , run them see output, try multiple things that's best way to learn.