Skip to content

Commit 4138385

Browse files
committed
seo: embed JS repo in quiz questions
1 parent b8e1656 commit 4138385

File tree

2 files changed

+2
-0
lines changed
  • questions
    • how-do-you-get-the-query-string-values-of-the-current-page-in-javascript
    • what-are-the-different-ways-to-make-an-api-call-in-javascript

2 files changed

+2
-0
lines changed

questions/how-do-you-get-the-query-string-values-of-the-current-page-in-javascript/en-US.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,4 @@ params.forEach((value, key) => {
7676

7777
- [MDN Web Docs: URLSearchParams](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams)
7878
- [MDN Web Docs: window.location](https://developer.mozilla.org/en-US/docs/Web/API/Window/location)
79+
- [Practice 190+ JavaScript interview questions on GitHub](https://github.com/greatfrontend/top-javascript-interview-questions)

questions/what-are-the-different-ways-to-make-an-api-call-in-javascript/en-US.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,4 @@ $.ajax({
7979
- [MDN Web Docs: Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API)
8080
- [Axios GitHub Repository](https://github.com/axios/axios)
8181
- [jQuery AJAX Documentation](https://api.jquery.com/jquery.ajax/)
82+
- [Practice 190+ JavaScript interview questions on GitHub](https://github.com/greatfrontend/top-javascript-interview-questions)

0 commit comments

Comments
 (0)