From 21895265c2c135832fd348ec2b886ed8738753f9 Mon Sep 17 00:00:00 2001 From: Aiyo <43038017+aiyodev@users.noreply.github.com> Date: Thu, 23 Jul 2020 19:52:53 +0200 Subject: [PATCH 1/9] translated index.html --- 1-js/02-first-steps/01-hello-world/1-hello-alert/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/02-first-steps/01-hello-world/1-hello-alert/index.html b/1-js/02-first-steps/01-hello-world/1-hello-alert/index.html index ff1d871b0..9e332d59c 100644 --- a/1-js/02-first-steps/01-hello-world/1-hello-alert/index.html +++ b/1-js/02-first-steps/01-hello-world/1-hello-alert/index.html @@ -4,7 +4,7 @@
From 2c062e787da5e7fce5ef0fc95bb59b68859ceefb Mon Sep 17 00:00:00 2001 From: Aiyo <43038017+aiyodev@users.noreply.github.com> Date: Thu, 23 Jul 2020 19:55:17 +0200 Subject: [PATCH 2/9] translated text.md --- 1-js/02-first-steps/01-hello-world/1-hello-alert/task.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/1-js/02-first-steps/01-hello-world/1-hello-alert/task.md b/1-js/02-first-steps/01-hello-world/1-hello-alert/task.md index afed6a91d..fc56637ea 100644 --- a/1-js/02-first-steps/01-hello-world/1-hello-alert/task.md +++ b/1-js/02-first-steps/01-hello-world/1-hello-alert/task.md @@ -2,11 +2,11 @@ importance: 5 --- -# Show an alert +# Pokaži alert -Create a page that shows a message "I'm JavaScript!". +Napravi stranicu koja pokazuje poruku "Ja sam JavaScript!". -Do it in a sandbox, or on your hard drive, doesn't matter, just ensure that it works. +Uradi bilo gdje, nije bitno, samo budi siguran da radi ispravno. [demo src="solution"] From 27f2b3d6d98a7712fa34b1a3f81786726ec6d9d1 Mon Sep 17 00:00:00 2001 From: Aiyo <43038017+aiyodev@users.noreply.github.com> Date: Thu, 23 Jul 2020 19:56:37 +0200 Subject: [PATCH 3/9] translated index.html --- .../01-hello-world/1-hello-alert/solution.view/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/1-js/02-first-steps/01-hello-world/1-hello-alert/solution.view/index.html b/1-js/02-first-steps/01-hello-world/1-hello-alert/solution.view/index.html index 45e6744b3..9e332d59c 100644 --- a/1-js/02-first-steps/01-hello-world/1-hello-alert/solution.view/index.html +++ b/1-js/02-first-steps/01-hello-world/1-hello-alert/solution.view/index.html @@ -4,9 +4,9 @@ -