freeCodeCamp/guide/english/javascript/additional-javascript-resou.../index.md

8.6 KiB

title
JavaScript Tutorials and Other Resources

References

Find javascript libraries at http://jster.net

Quick JavaScript

Challenges

Tutorials

Exercises

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.

    Visual Studio Code Insiders

    Insiders has the most recent code pushes and may lead to the occasional broken build.New builds at least everyday with features, bug fixes, and other recently closed issues.Insiders installs next to the Stable build, allowing you to use either independently.

  • 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.

  • Brackets

  • Atom

    Open source text editor made by GitHub.

  • Sublime Text

Blogs

Podcasts

Video Tutorials

Books