1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-21 16:41:24 +02:00

Add FAQ to JS roadmap

This commit is contained in:
Kamran Ahmed
2025-08-18 21:51:19 +01:00
parent 10e179345c
commit 12dd62fbeb

View File

@@ -17,7 +17,7 @@ export const faqs: FAQType[] = [
answer: [ 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.", "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.', '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)",
], ],
}, },
{ {