test

Benchmark created on


Setup

a = 0;
var B = Boolean(a)
console.log(B)

Test runner

Ready to run.

Testing in
TestOps/sec
boolean
a = 0;
var B = Boolean(a)
console.log(B)
ready
!!
a = 0;
var B = !!(a)
console.log(B)
ready

Revisions

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