Back to Node.js Challenges
Back
Fix JSON.parse Throwing on Invalid Input
Easy
Problem
JSON.parse throws on invalid input, crashing the application.
Code Editor
Solution
Fullscreen
Reset