From b179da3a6c13fa8fe3af225efebbbf90cdc7921d Mon Sep 17 00:00:00 2001 From: Sally McGrath Date: Thu, 24 Oct 2024 11:09:46 +0100 Subject: [PATCH] Add bullet numbers to exercise steps --- .../en/module/js1/interpreting-errors/index.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/common-content/en/module/js1/interpreting-errors/index.md b/common-content/en/module/js1/interpreting-errors/index.md index 747b18b75..a70d3e922 100644 --- a/common-content/en/module/js1/interpreting-errors/index.md +++ b/common-content/en/module/js1/interpreting-errors/index.md @@ -56,11 +56,11 @@ Your output was probably different. But it will have the same parts. Some text, {{}} -Work out what the parts of this line mean. +1. Work out what the parts of this line mean. -Why are they different on my computer than yours? +2. Why are they different on my computer than yours? -How can we use both pieces of information? +3. How can we use both pieces of information? {{}} @@ -92,9 +92,7 @@ Node.js v22.4.1 {{}} -What does this line mean? - -Why might it be useful to know this information? +What does this line mean? Why might it be useful to know this information? Add your answer to your spaced repetition calendar. Your understanding of this will grow over time. Answer the question again in the future, and compare it to your previous answer.