Created
January 24, 2022 14:29
-
-
Save YasirGaji/b8ab897ff892c410d0f7218e0e21b4bc to your computer and use it in GitHub Desktop.
This is the first Json file for how to fetch JSON data using the XHR object for the "Asynchronous programming in Javascript" article by Yasir Gaji
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": 1, | |
"name": "Yasir Gaji", | |
"company": "Pleasant Codes Inc.", | |
"email": "hello@gmail.com", | |
"info": "Created this webpage to demonstrate how to get JSON data locally from a file and display it in a webpage using the XHR object." | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment