From 1539c6ccaf5ba62c39c4b3c654fb170045225e0c Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Thu, 18 Jan 2024 21:15:50 +0500 Subject: [PATCH] Update markdown --- src/components/MarkdownFile.astro | 2 +- src/data/guides/backend-languages.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/MarkdownFile.astro b/src/components/MarkdownFile.astro index c8a753227..6065d882b 100644 --- a/src/components/MarkdownFile.astro +++ b/src/components/MarkdownFile.astro @@ -1,5 +1,5 @@
diff --git a/src/data/guides/backend-languages.md b/src/data/guides/backend-languages.md index 51de55a4f..755a79380 100644 --- a/src/data/guides/backend-languages.md +++ b/src/data/guides/backend-languages.md @@ -207,7 +207,7 @@ Now, if on the other hand, you’re looking to build the frontend and the backen The answer to this question is always going to be “yes”, whether you’re coming from the frontend and you already have JS experience or if you’re picking it up from scratch. In fact, according to [StackOverflow’s 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 you’re coming from the client side, then adopting JS for your backend will let you start working in minutes. You’ll probably spend more time learning the backend-specific concepts than the language itself.