You are viewing a single comment's thread. Return to all comments →
if(a <= 0){ throw new Error(a == 0 ? "Zero Error" : "Negative Error"); } return "YES";
Seems like cookies are disabled on this browser, please enable them to open this website
Day 3: Throw
You are viewing a single comment's thread. Return to all comments →