From 413838556bb7c4510e336a3a9514cded48c7718f Mon Sep 17 00:00:00 2001 From: Nitesh Seram Date: Mon, 29 Sep 2025 10:01:25 +0530 Subject: [PATCH] seo: embed JS repo in quiz questions --- .../en-US.mdx | 1 + .../en-US.mdx | 1 + 2 files changed, 2 insertions(+) diff --git a/questions/how-do-you-get-the-query-string-values-of-the-current-page-in-javascript/en-US.mdx b/questions/how-do-you-get-the-query-string-values-of-the-current-page-in-javascript/en-US.mdx index 6ceb2de..ecf6bf7 100644 --- a/questions/how-do-you-get-the-query-string-values-of-the-current-page-in-javascript/en-US.mdx +++ b/questions/how-do-you-get-the-query-string-values-of-the-current-page-in-javascript/en-US.mdx @@ -76,3 +76,4 @@ params.forEach((value, key) => { - [MDN Web Docs: URLSearchParams](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams) - [MDN Web Docs: window.location](https://developer.mozilla.org/en-US/docs/Web/API/Window/location) +- [Practice 190+ JavaScript interview questions on GitHub](https://github.com/greatfrontend/top-javascript-interview-questions) diff --git a/questions/what-are-the-different-ways-to-make-an-api-call-in-javascript/en-US.mdx b/questions/what-are-the-different-ways-to-make-an-api-call-in-javascript/en-US.mdx index 77e5c01..15e97a6 100644 --- a/questions/what-are-the-different-ways-to-make-an-api-call-in-javascript/en-US.mdx +++ b/questions/what-are-the-different-ways-to-make-an-api-call-in-javascript/en-US.mdx @@ -79,3 +79,4 @@ $.ajax({ - [MDN Web Docs: Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) - [Axios GitHub Repository](https://github.com/axios/axios) - [jQuery AJAX Documentation](https://api.jquery.com/jquery.ajax/) +- [Practice 190+ JavaScript interview questions on GitHub](https://github.com/greatfrontend/top-javascript-interview-questions)