Skip to main content
added 123 characters in body
Source Link
Tim
  • 9k
  • 31
  • 111
  • 197

How does this structure work when the function is anonymous?

 !function() { . . . }(); 

How does this structure work when the function is anonymous?

 !function() { . . . }(); 

How does this structure work when the function is anonymous?

 !function() { . . . }(); 
Source Link
Tim
  • 9k
  • 31
  • 111
  • 197

how does javascript !function() { } work

How does this structure work when the function is anonymous?

 !function() { . . . }();