JavaScript forbidden practices. Part 3: angry function
// Warning! This function is in bad mood.
function sum (a, b) i
// Catch this, punk!
throw a + b;
}
try { // to approach it mindfully
sum (2, 2) ;
}
catch (answer) {
// Phew…
console. log(answer) ;
}
GIPHY App Key not set. Please check settings