Q: What is a javascript REPL? Can you name two ways to open one?
A: An interactive shell that processes Node.js exxpressions.
- Open the command palette and search for ans select "Start REPL"
- Type python
Remember to commit and push when you're finished!