diff --git a/.questions/questions-0/index.md b/.questions/questions-0/index.md index aa40b0cb..3a45faec 100644 --- a/.questions/questions-0/index.md +++ b/.questions/questions-0/index.md @@ -1,6 +1,9 @@ Q: What is a javascript REPL? Can you name two ways to open one? -A: {YOUR ANSWER HERE} +A: { +JavaScript REPL is sequence of steps that JavaScript use to run code is read, evaluate and print, then loop to the next step. + +} Remember to commit and push when you're finished! \ No newline at end of file