From 888e4b9c3a1de39499846d5fbdb662203d2ac123 Mon Sep 17 00:00:00 2001 From: Luca1152 Date: Tue, 19 Apr 2022 18:55:38 +0300 Subject: [PATCH] Fix language in Methods of primitives task Use "What do you think" instead of "How do you think". --- .../01-primitives-methods/1-string-new-property/task.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/05-data-types/01-primitives-methods/1-string-new-property/task.md b/1-js/05-data-types/01-primitives-methods/1-string-new-property/task.md index 50c781ea..208f84cc 100644 --- a/1-js/05-data-types/01-primitives-methods/1-string-new-property/task.md +++ b/1-js/05-data-types/01-primitives-methods/1-string-new-property/task.md @@ -15,4 +15,4 @@ str.test = 5; alert(str.test); ``` -How do you think, will it work? What will be shown? +What do you think, will it work? What will be shown?