From 7db868e2d934db7528f37d95193e763d7e5c7c7e Mon Sep 17 00:00:00 2001 From: yalexaner Date: Mon, 27 Oct 2025 18:00:24 +0500 Subject: [PATCH] feat(hello-world): add task solution and update lodash version - add missing solution reference for hello-alert task - update lodash cdn version from 3.2.0 to 4.17.11 - sync with english original article structure --- .../01-hello-world/1-hello-alert/index.html | 8 ++++++++ .../01-hello-world/1-hello-alert/solution.md | 1 + 1-js/02-first-steps/01-hello-world/article.md | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 1-js/02-first-steps/01-hello-world/1-hello-alert/index.html 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 new file mode 100644 index 0000000000..3b42a2b6cf --- /dev/null +++ b/1-js/02-first-steps/01-hello-world/1-hello-alert/index.html @@ -0,0 +1,8 @@ + + + + + + diff --git a/1-js/02-first-steps/01-hello-world/1-hello-alert/solution.md b/1-js/02-first-steps/01-hello-world/1-hello-alert/solution.md index e69de29bb2..3db612f947 100644 --- a/1-js/02-first-steps/01-hello-world/1-hello-alert/solution.md +++ b/1-js/02-first-steps/01-hello-world/1-hello-alert/solution.md @@ -0,0 +1 @@ +[html src="index.html"] diff --git a/1-js/02-first-steps/01-hello-world/article.md b/1-js/02-first-steps/01-hello-world/article.md index b42e30a558..bcaae0912d 100644 --- a/1-js/02-first-steps/01-hello-world/article.md +++ b/1-js/02-first-steps/01-hello-world/article.md @@ -75,7 +75,7 @@ Можно указать и полный URL-адрес. Например: ```html - + ``` Для подключения нескольких скриптов используйте несколько тегов: