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)