Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b26ed09 commit 4a49959Copy full SHA for 4a49959
js/randomQuotes.js
@@ -1,5 +1,5 @@
1
function loadJSONData(){
2
- var JDFrom = "https://jsonplaceholder.typicode.com/todos/1";
+ var JDFrom = "https://geek-jokes.sameerkumar.website/api";
3
var httpReq = new XMLHttpRequest();
4
try{
5
httpReq = new XMLHttpRequest();
0 commit comments