Created
November 22, 2023 17:28
-
-
Save Kremilly/7c77ba6304476c1789b94b19e7367660 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| fetch('https://gh-pinned-api.vercel.app/api?user=kremilly').then( | |
| json => json.json() | |
| ).then(callback => { | |
| console.log(callback) | |
| }) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment