Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dabbott/react-native-express
/ fetch.js
File
fetch.js
examples/files/javascript/fetch.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
fetchData =
async
() => {
2
const
response =
await
fetch(
'https://randomuser.me/api/'
)
3
const
data =
await
response.json()
4
return
data
Callers
nothing calls this directly
Calls
1
printData
Function · 0.85
Tested by
no test coverage detected