From 0f09ce5e64c5d2186d666a0060192b276667dd95 Mon Sep 17 00:00:00 2001 From: Jay Date: Fri, 9 Nov 2018 09:16:27 +0100 Subject: [PATCH] Improved phrasing --- .../02-first-steps/12-while-for/2-which-value-while/task.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/1-js/02-first-steps/12-while-for/2-which-value-while/task.md b/1-js/02-first-steps/12-while-for/2-which-value-while/task.md index 4576db35..29821323 100644 --- a/1-js/02-first-steps/12-while-for/2-which-value-while/task.md +++ b/1-js/02-first-steps/12-while-for/2-which-value-while/task.md @@ -2,11 +2,11 @@ importance: 4 --- -# Which values shows the while? +# Which values does the while loop show? -For every loop, write down which values it shows, in your opinion. And then compare with the answer. +For every loop iteration, write down which value it outputs and then compare it with the solution. -Both loops `alert` same values or not? +Both loops `alert` the same values, or not? 1. The prefix form `++i`: