From 21339b1e758da07f0a7e0bcf836d1071a9adf787 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Feje=C5=A1?= Date: Sat, 7 Apr 2018 15:58:23 +0200 Subject: [PATCH] Update beginner text --- docs/beginner.html | 2 +- static-parts/beginner-page-start.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/beginner.html b/docs/beginner.html index 7f7d25fb8..329cf9b97 100644 --- a/docs/beginner.html +++ b/docs/beginner.html @@ -85,7 +85,7 @@

Beginner snippets

-

The following section is aimed towards individuals who are at the start of their web developer journey.


+

The following section is aimed towards individuals who are at the start of their web developer journey. Each snippet in the next section is simple yet very educational for newcomers. This section is by no means a complete resource for learning modern JavaScript. However, it is enough to grasp some common concepts and use cases. We also strongly recommend checking out MDN web docs as a learning resource.


diff --git a/static-parts/beginner-page-start.html b/static-parts/beginner-page-start.html index 0fa5ae907..0951a27b1 100644 --- a/static-parts/beginner-page-start.html +++ b/static-parts/beginner-page-start.html @@ -85,6 +85,6 @@

Beginner snippets

-

The following section is aimed towards individuals who are at the start of their web developer journey.


+

The following section is aimed towards individuals who are at the start of their web developer journey. Each snippet in the next section is simple yet very educational for newcomers. This section is by no means a complete resource for learning modern JavaScript. However, it is enough to grasp some common concepts and use cases. We also strongly recommend checking out MDN web docs as a learning resource.