Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack-Works authored Nov 2, 2023
1 parent 90ce054 commit ccd2a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Problem to solve

```js
try { return JSON.parse(str) } catch { return null }
try { return JSON.parse(str) } catch { return undefined }
```

## Prior art
Expand Down

0 comments on commit ccd2a28

Please sign in to comment.