Skip to content

Commit df9b1c3

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

File tree

4 files changed

+4
-0
lines changed
  • questions
    • how-do-you-get-the-query-string-values-of-the-current-page-in-javascript
    • how-does-javascript-garbage-collection-work
    • what-are-some-best-practices-for-handling-sensitive-data-in-javascript
    • what-are-the-different-ways-to-make-an-api-call-in-javascript

4 files changed

+4
-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+
- [Top JavaScript Interview Questions - GitHub](https://github.com/greatfrontend/top-javascript-interview-questions)

questions/how-does-javascript-garbage-collection-work/en-US.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,4 @@ To avoid leaking memory:
9191
- [Understanding memory management and garbage collection in JavaScript](https://www.linkedin.com/pulse/understanding-memory-management-garbage-collection-aayush-patniya)
9292
- [JavaScript memory management: A comprehensive guide to garbage collection in JavaScript](https://www.calibraint.com/blog/garbage-collection-in-javascript)
9393
- [Garbage collection - javascript.info](https://javascript.info/garbage-collection)
94+
- [Top JavaScript Interview Questions - GitHub](https://github.com/greatfrontend/top-javascript-interview-questions)

questions/what-are-some-best-practices-for-handling-sensitive-data-in-javascript/en-US.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,4 @@ npm audit fix
8282
- [Express.js Security Best Practices](https://expressjs.com/en/advanced/best-practice-security.html)
8383
- [JSON Web Tokens (JWT) Introduction](https://jwt.io/introduction/)
8484
- [express-validator Documentation](https://express-validator.github.io/docs/)
85+
- [Top JavaScript Interview Questions - 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+
- [Top JavaScript Interview Questions - GitHub](https://github.com/greatfrontend/top-javascript-interview-questions)

0 commit comments

Comments
 (0)