double vs triple equals

Benchmark created by Trish on


Test runner

Ready to run.

Testing in
TestOps/sec
double equals
var x = 5;
x != null;
ready
triple equals
var x = 5;
x !== null && x !== 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 Trish on