cachaito
3/12/2016 - 11:19 PM

Calling function - weird way

function f() {
  alert('hello');
}

new f;