Source code
Revision control
Copy as Markdown
Other Tools
// Arrow functions do not have a .prototype property.
assertEq("prototype" in (a => a), false);
assertEq("prototype" in (() => {}), false);
// Arrow functions do not have a .prototype property.
assertEq("prototype" in (a => a), false);
assertEq("prototype" in (() => {}), false);