when I was writing code as below,it throw a error。
function(){}()
If I add '!' ,it will not .why?I'm confused。
!function(){}()
when I was writing code as below,it throw a error。
function(){}()
If I add '!' ,it will not .why?I'm confused。
!function(){}()