Basic Tools

You need 3 basic tools to follow along.

1. Web Browser

Recommended: Google Chrome

Alternatives:

Why Chrome?

  • I'll be using Chrome
  • Good built-in developer tools for debugging
  • Most popular web browser

2. Node.js

Download: Go to nodejs.org

Which Version?

  • ✅ Current
  • ❌ LTS (Long Term Support)

Why Current?

  • ✅ Latest features and improvements
  • ✅ Most up-to-date JavaScript support
  • ❌ LTS is mostly meant for production servers

3. Text Editor

Recommended: Visual Studio Code

Alternatives:

Why VSCode?

  • Same editor I'll be using
  • Built specifically for web development
  • Excellent JavaScript support
  • Completely free
  • Industry standard