undefined vs boolean

Benchmark created on


Setup

const object = {
}
const value = false;

Test runner

Ready to run.

Testing in
TestOps/sec
Check object
object.dave && console.log("Hello")
ready
Check boolean
value && console.log("Hello")
ready

Revisions

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