Where can I learn JavaScript on the internet?

 Where can I learn JavaScript on the internet?


Here are some free and paid sites to learn javascript and become a pro:

Paid:

1. Coursera: Every course on Coursera is taught by top instructors from the world’s best universities and educational institutions. Courses include recorded video lectures, auto-graded and peer-reviewed assignments, and community discussion forums. When you complete a course, you’ll receive a shareable electronic Course Certificate.

  • Online and open to everyone
  • Learn a new skill in 4-6 weeks
  • Priced at about $29-$99
  • Earn a Course Certificate

2. Codecademy: It is an online interactive platform that offers free coding classes in 12 different programming languages including Python, Java, JavaScript (jQuery, Angular.js, React.js), Ruby, SQL, C++, and Sass, as well as markup languages HTML and CSS.

Free:

1. W3schools: It is a web developers site, with tutorials and references on web development languages such as HTML, CSS, JavaScript, PHP, SQL, Python, jQuery, Java, W3.CSS, and Bootstrap, covering most aspects of web programming.

  1. thenewboston (look up JavaScript series and many other languages)
  2. Karan Patokar's answer to Can I get some free sites that can help me learn Javascript? (quora.com)

A very good document for learning JavaScript is “You Don't Know JS (book series)”.

It’s available on Github for free. Here is the link: getify/You-Dont-Know-JS

links to learn about javascript

Eloquent JavaScript (amzn.to)

A Re-introduction to JavaScript (mozilla.org)

The Best JavaScript Tutorials (freecodecamp.org)

JavaScript Tutorial (w3schools.com)

Comments