← go back
const up = new Error("Something's not right");
throw up; // haha
Jan 18, 2023, 1:08 AM
(edited)
2 0 0
const up = new Error("Something's not right");
throw up; // haha
Comments