You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
functionfunc(){}letsymb=Symbol("test");letundef=undefinedletr1=Response.json(symb);// should throw hereletr2=Response.json(func);// should throw hereletr3=Response.json(undef);// should throw here