ladybird/Base/home/anon/Source/js/throw.js

6 lines
57 B
JavaScript

try {
throw 123;
} catch (e) {
console.log(e);
}