1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-25 18:20:46 +02:00

Update markdown

This commit is contained in:
Kamran Ahmed
2024-01-18 21:15:50 +05:00
parent 84aa35cdec
commit 1539c6ccaf
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
<div
class='prose-xl prose-blockquote:font-normal prose container prose-code:bg-transparent prose-h2:text-3xl prose-h2:mt-10 prose-h2:mb-3 prose-h3:mt-2 prose-img:mt-1'
class='prose-xl prose-blockquote:font-normal prose container prose-code:bg-transparent prose-h2:text-3xl prose-h2:mt-10 prose-h2:mb-3 prose-h5:font-medium prose-h3:mt-2 prose-img:mt-1'
>
<slot />
</div>

View File

@@ -207,7 +207,7 @@ Now, if on the other hand, youre looking to build the frontend and the backen
The answer to this question is always going to be “yes”, whether youre coming from the frontend and you already have JS experience or if youre picking it up from scratch. In fact, according to [StackOverflows 2023 survey, JavaScript is the most used language by professionals](https://survey.stackoverflow.co/2023/#most-popular-technologies-language-prof) (with 65.85% of the votes).
![JavaScript Interest](/guides/backend-languages/js-interest.png)
![JavaScript Interest](/guides/backend-languages/javascript-interest.png)
If youre coming from the client side, then adopting JS for your backend will let you start working in minutes. Youll probably spend more time learning the backend-specific concepts than the language itself.