+ 1
Best practice in js or programming in general !
Hi , i need a website or a book for example and the solution for js , could anyone help ?
3 ответов
+ 3
Finish the JS course here on Sololearn, you can find some extra information on www.w3schools.com.
Also start writing codes, the more you practice, the more you know.
+ 3
I first learned programming mostly through JavaScript. It's a good choice. The beauty of JS is that you can easily make an interface by combining it with some HTML and CSS. I suggest you learn the basics of those two as you learn JS, so that you can get started with making some interesting interactive codes sooner.
After picking up the basics (SoloLearn is good for the basics), you can just fiddle around making random programs. They don't even need to be entirely useful--at first, just attempt to remake a simple app that you know of. Doing coding is the best way to learn coding. You can keep looking up different JavaScript features as you come across problems in your code, so that you keep learning new things.
There is no golden book or website to learn coding (but do keep Googling things). Just keep up the effort and get cracking. Good luck!
0
thanks James ✌