throw-try-catch
throw "Error2"
throw 42;
throw true;
throw {toString: function() {return 'I"m an object!';}}Last updated
Was this helpful?
throw "Error2"
throw 42;
throw true;
throw {toString: function() {return 'I"m an object!';}}Last updated
Was this helpful?
Was this helpful?