File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
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 Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -76,3 +76,4 @@ params.forEach((value, key) => {
76
76
77
77
- [ MDN Web Docs: URLSearchParams] ( https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams )
78
78
- [ 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 )
Original file line number Diff line number Diff line change @@ -79,3 +79,4 @@ $.ajax({
79
79
- [ MDN Web Docs: Fetch API] ( https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API )
80
80
- [ Axios GitHub Repository] ( https://github.com/axios/axios )
81
81
- [ 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 )
You can’t perform that action at this time.
0 commit comments