Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.55 KB

tools.md

File metadata and controls

28 lines (18 loc) · 1.55 KB

Tools

We will use the Atom.io text editor and Chrome browser during this course.

Install this software

What you need to know

Optional resources

  • A free course on using Chrome Dev tools (don't be scared by the more advanced parts of this tutorial, do as much as you feel comfortable doing)

  • An extremely beginner friendly tutorial on YouTube for learning how to use Atom. You're interested in getting to videos 10 and 11 where you learn how to install packages and linters.

Introducing REPLs

REPL stands for Read Eval Print Loop. A REPL is a tool you can use to program interactively. Chrome's developer console is a REPL. Repl.it is another REPL, which also lets you write scripts on the left-hand side.

Go play with a REPL.