Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

WHICH undefined is not a function?

node v0.12.18
version: master
endpointsharetweet
var maybeFunction = function(i) { if (i === 6) { return; } return function() {}; }; var i = 0; maybeFunction(i++)(); maybeFunction(i++)(); maybeFunction(i++)(); maybeFunction(i++)(); maybeFunction(i++)(); maybeFunction(i++)(); maybeFunction(i++)(); maybeFunction(i++)(); maybeFunction(i++)(); maybeFunction(i++)(); // see you when you get done counting by hand!
Loading…

no comments

    sign in to comment