different function calling

by padma rubhan

JavaScript

(function(){
alert();
})();


(()=>{
alert();
})();