We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
In Node 4, the last statement evaluates to true, but in Node 6 it evaluates to false. Is this a bug?
true
false
F = () => {}; F.prototype = {}; Object.create(F.prototype) instanceof F;
Another user verified the behavior on their Windows system: http://stackoverflow.com/questions/38253656/instanceof-evaluates-to-true-in-node-4-but-not-node-6