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

10 KiB

title
JavaScript Tutorials and Other Resources

References

Tutorials

Video Tutorials

Desktop Editors

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.

<a href='https://code.visualstudio.com/insiders/' target='_blank' rel='nofollow'>Visual Studio Code Insiders</a>

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 JetBrains and modelled after their IntelliJ Java IDE.

  • Brackets

    A text editor made with web designers and front-end developers in mind. Features include: inline editing, live preview, and preprocessor support.

  • Atom

    Atom is an open source text editor made by GitHub. It features embedded Git Control and numerous customization options.

  • Brackets

    Lightweight text editor featuring inline editors, live previews, and allows you to quick edit and live highlight with your LESS and SCSS files.

  • Sublime Text Sublime Text is a cross-platform editor featuring a Python API. Free to download and evaluate, but requires a license for continued use.

    A cross-platform editor with a Python API. It features many shortcuts, key bindings and visual customization.

Online Editors

Coding Challenges and Exercises

Interview Preparation

Blogs

Podcasts

Free JavaScript Books