Files
freeCodeCamp/guide/english/javascript/additional-javascript-resources/index.md
Michael Wright 80351b2c92 Major Tidy Up of Page (#27247)
* Edited all links into Markdown format so they conform to Style Guidelines.
* Organized categories into a more logical order and edited names if needed.
* Removed/updated dead links.
* Moved un-categorized links into categories and others into correct category.
* Removed links from Books category that only led to a purchase page.
2018-10-25 00:20:52 +05:30

5.2 KiB

title
title
JavaScript Tutorials and Other Resources

References

Tutorials

Video Tutorials

Desktop Editors

  • Visual Studio Code

    Visual Studio Code includes built-in support for IntelliSense code completion, rich semantic code understanding and navigation, and code refactoring. It comes with a built-in debugger and git support and has a plethora of extensions.

  • Webstorm

    A full-feature IDE for Javascript, including code completion and support for live linting, version control, and testing. Made by Jet Brains and modelled after their IntelliJ Java IDE.

  • Atom

    Open source text editor made by GitHub.

  • Brackets

  • Sublime Text

Online Editors

Coding Challenges and Exercises

Blogs

Podcasts

Free JavaScript Books