What is this type of syntax called in javascript?
(function(){})()
and this
!function(){}()
I'd like to do a search to learn about them but I don't know what I'm searching for.
Also if anyone can provide link to a useful recourse that would be great.