Notes on software development. From snippets of commands/code for my own reference to random ramblings
var func = function() {} console.log(func.prototype.constructor == func); // return true
No comments:
Post a Comment