From 12dd62fbeb51f1609cf3e967e51490dd0e281343 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Mon, 18 Aug 2025 21:51:19 +0100 Subject: [PATCH] Add FAQ to JS roadmap --- src/data/roadmaps/javascript/faqs.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/roadmaps/javascript/faqs.astro b/src/data/roadmaps/javascript/faqs.astro index 69bb830db..2ca0e6304 100644 --- a/src/data/roadmaps/javascript/faqs.astro +++ b/src/data/roadmaps/javascript/faqs.astro @@ -17,7 +17,7 @@ export const faqs: FAQType[] = [ answer: [ "JavaScript can be challenging at first, but it's not necessarily hard to learn. It has a lot of flexibility, which can be both a strength and a source of confusion. If you're new to programming, it might feel overwhelming due to the variety of ways you can do the same thing.", 'However, if you have some programming background, JS can be accessible due to its extensive online documentation and supportive community, which makes it easier to learn at your own pace.', - "As learners progress and encounter the language's continuous stream of new features (due to its constant evolution), the learning process becomes challenging and rewarding.", + "As learners progress and encounter the language's continuous stream of new features (due to its constant evolution), the learning process becomes challenging and rewarding. More here: [Is JavaScript hard to learn?](https://roadmap.sh/javascript/hard-to-learn)", ], }, {