bang function (v19)

Revision 19 of this benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
No Bang
(function(a) { console.log(a); })('foo');
ready
Bang!
!function(a) { console.log(a); }('foo');
ready
minus
-function(a) { console.log(a); }('foo');
ready
plus
+function(a) { console.log(a); }('foo');
ready
squiggly?
~function(a) { console.log(a); }('foo');
ready

Revisions

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