Google Chrome

To author JavaScript applications, you’ll want a modern web browser with a JavaScript console and debugger. The latest versions of all the major browsers have the tools you need, but we recommend using Google Chrome for the course, as we can provide the most detailed help for the tools built into Chrome.

Download Google Chrome

I recommend installing the following extensions:

  • JSON Formatter: This displays JSON in a readable format in Chrome. There are several extensions that share this name. Accept no imitations; use the one I link to here.
  • Postman: This gives you a nice interface for building HTTP requests, including POST requests—ideal for testing APIs.

Check out the Postman web site for documentation and a desktop app for Mac.