From 14ed90b5a7e6b116f562e8c108aba819d524ffc0 Mon Sep 17 00:00:00 2001 From: hmkavut <63113851+hmkavut@users.noreply.github.com> Date: Sat, 7 Jun 2025 14:48:49 +0100 Subject: [PATCH] Q0 is answered --- .questions/questions-0/index.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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