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.