in , , ,

JavaScript forbidden practices. Part 3: angry function

JavaScript forbidden practices. Part 3: angry function | javascript-memes, java-memes, try-memes, catch-memes, function-memes, warning-memes, IT-memes, console-memes | ProgrammerHumor.io
javascript-memes, java-memes, try-memes, catch-memes, function-memes, warning-memes, IT-memes, console-memes | ProgrammerHumor.io

Content

1 2 Warning! This function is in bad mood. 4 5 6 7 8 9 10 11 12 13 function sum(a, b) Catch this, punk! throw a b; try to approach it mindfully sum (2, 2); catch (answer) Phew… console. log (answer);