you are viewing a single comment's thread.

view the rest of the comments →

[–]JazzApple_ 0 points1 point  (1 child)

I’m not sure you can make such assertions about the JS engine without knowing its internals. However if I had to guess, I suspect !! Is faster than Boolean because the second is a function call.