Skip to content
Simplesense Config v4.0.6
Main Navigation
Releases
Appearance
Menu
Return to top
On this page
Prevent using extended native objects
Fail
js
'unicorn'
.green;
[].
customFunction
();
Pass
js
'unicorn'
.
length
;
[].
push
(
3
);