Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 261 Bytes

File metadata and controls

8 lines (5 loc) · 261 Bytes

Q: What is a javascript REPL? Can you name two ways to open one?

A: An interactive shell that processes Node.js exxpressions.

  1. Open the command palette and search for ans select "Start REPL"
  2. Type python

Remember to commit and push when you're finished!