MCPcopy
hub / github.com/sudheerj/javascript-interview-questions / async-await-error.js

File async-await-error.js

coding-exercise/async-await-error.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1async function fetchData() {
2 throw new Error('Network error');
3}
4

Callers

nothing calls this directly

Calls 1

getDataFunction · 0.85

Tested by

no test coverage detected