Skip to content

Prevent using extended native objects

Fail

js
'unicorn'.green;
[].customFunction();

Pass

js
'unicorn'.length;
[].push(3);

Released under the Apache License 2.0.