It's better to be (type)safe than sorry

from blog yield code();, | ↗ original
Take a good look at the following function and try to understand what it's doing. function do_magic(a, b) { return a + b; }