bang function (v18)

Revision 18 of this benchmark created by David on


Test runner

Ready to run.

Testing in
TestOps/sec
No Bang
var test = 1;
(function() {})();
ready
Bang!
var test = 1
!(function() {})();
ready
minus
var test = 1
-(function() {})();
ready
plus
var test = 1
+(function() {})();
ready
squiggly?
var test = 1
~(function() {})()
ready
semicolon
var test = 1
;(function() {})();
ready

Revisions

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