From bf5c2d8cab1ee435f666700319f02f599a029367 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stevan=20=C4=8Caki=C4=87?= Date: Thu, 13 Jul 2023 12:56:24 +0200 Subject: [PATCH] Update task.md --- 1-js/02-first-steps/05-types/1-string-quotes/task.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/1-js/02-first-steps/05-types/1-string-quotes/task.md b/1-js/02-first-steps/05-types/1-string-quotes/task.md index 14ea6b4d6..11f4c870b 100644 --- a/1-js/02-first-steps/05-types/1-string-quotes/task.md +++ b/1-js/02-first-steps/05-types/1-string-quotes/task.md @@ -1,10 +1,10 @@ -importance: 5 +važnost: 5 --- -# String quotes +# Navodnici kod stringova -What is the output of the script? +Šta je rezultat ove skripte? ```js let name = "Ilya"; @@ -14,4 +14,4 @@ alert( `hello ${1}` ); // ? alert( `hello ${"name"}` ); // ? alert( `hello ${name}` ); // ? -``` \ No newline at end of file +```