undefined

Benchmark created by nobody on


Preparation HTML

<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/lodash.js/2.4.1/lodash.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.26/angular.min.js"></script>
<script>
var und
var d = null;
</script>

Setup

sum = 0;

Test runner

Ready to run.

Testing in
TestOps/sec
angular.isUndefined
angular.isUndefined(und);
angular.isUndefined(d);
ready
native
typeof und === 'undefined';
typeof d === 'undefined';
ready

Revisions

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

  • Revision 1: published by nobody on