- 2
Finished JavaScript tutorial, what now?
still need a lot of practice. where to though?
6 odpowiedzi
+ 7
Jquery, HTML, CSS, PHP
+ 5
Now open a new web code and try stuff, like creating elements etc.
+ 3
after javascript, i would highly recommend learning html and css, and after that try to create a website with many many functionality as possible :)
if you've done that, i also highly recommend checking c++ course
+ 2
Learn JQuery. It simplifies Vanilla JavaScript (plain / pure JS) a lot and you'll use JQuery every single time you work on JS file. In my opinion, you should learn and practice JQuery more than Vanilla JavaScript.
+ 2
Since you now basic understanding of JavaScript's concepts, try making some simple programs and then increasing the difficulty level bit by bit. Once you become proficient in it you can jump to some other language.
+ 1
Like others already said, I would recommend to learn basic HTML, maybe a little css - then JQuery is the next step...