From d226cd1a54b9c78c7fb8ec303f8e1682c8477ec7 Mon Sep 17 00:00:00 2001 From: imidom Date: Fri, 28 Dec 2018 19:22:46 -0500 Subject: [PATCH] Update task.md --- 1-js/02-first-steps/04-variables/2-declare-variables/task.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/1-js/02-first-steps/04-variables/2-declare-variables/task.md b/1-js/02-first-steps/04-variables/2-declare-variables/task.md index 21631e26..f364badf 100644 --- a/1-js/02-first-steps/04-variables/2-declare-variables/task.md +++ b/1-js/02-first-steps/04-variables/2-declare-variables/task.md @@ -4,5 +4,5 @@ importance: 3 # Giving the right name -1. Create the variable with the name of our planet. How would you name such a variable? -2. Create the variable to store the name of the current visitor. How would you name that variable? +1. Create a variable with the name of our planet. How would you name such a variable? +2. Create a variable to store the name of a current visitor to a website. How would you name that variable?