{"ScriptPreparationCode":null,"TestCases":[{"Name":"Try/catch","Code":"try {\r\n JSON.parse(\u0027{name\u0022:\u0022John\u0022, \u0022age\u0022:31, \u0022city\u0022:\u0022New York\u0022}\u0027);\r\n} catch(error) {\r\n console.log(error);\r\n}","IsDeferred":false},{"Name":"Without try/catch","Code":"if(typeof 5 === \u0027number\u0027) {\r\nconsole.log(\u0027ok\u0027)\r\n}","IsDeferred":false}]}