0

Can you suggest best website for learn JavaScript for beginner ?

Comments
  • 1
    javascript.info
  • 4
    W3schools

    Trolololooooo
  • 0
    Sololearn....
  • 0
    manning.com

    Not all the content is free, but it's worth every cent, and you can pay for just what you read. I've got a few e-books from them over the years. I have a hard copy of this one:

    https://manning.com/books/...
  • 2
    I personally love Eloquent JavaScript:

    https://eloquentjavascript.net/

    It's a good introduction to the language, focused more on pure scripting than heavy DOM manipulation. It teaches the concepts and conventions underlying JS, rather than simply demonstrating solutions for specific use cases. Haverbeke addresses higher-order functions, threading, and recursion before even beginning discussion of JS in the browser. I think it gives a solid basis in the language regardless of what you want to do with that knowledge, whether it's UI or application logic in a FE framework and/or server/package development in Node.
  • 1
    I've learned my basics with freecodecamp, it was nice because it also gives you a certification. Also it covers many topics, and I often go back to that course because I like how it explains them
  • 1
    Academind's complete guide for beginners on Udemy will be perfect. It's not expensive and Max is the best tutor I've ever watched. I pretty much learn everything from him now - just watch the free chapter and you'll be hooked.

    https://udemy.com/course/...
  • 0
  • 0
    Come on guys, of course it is udemy, but you gotta buy the course when it is on discount, there are tons of courses, I suggest the one called web development bootcamp.
Add Comment