typeof vs angular.isDefined() (v7)

Revision 7 of this benchmark created by Joshua Jacobson on


Preparation HTML

<script src="//code.angularjs.org/snapshot/angular.js"></script>
<script>
var a;
</script>

Test runner

Ready to run.

Testing in
TestOps/sec
typeof undefined
typeof a !== 'undefined'
ready
angular.isDefined
angular.isDefined(a)
ready

Revisions

You can edit these tests or add more tests to this page by appending /edit to the URL.