One of these days I saw a code in javascript and I was wondering why you use parentheses to close a function:
(function(){
});
Type this code above. Thanks for any explanation.
One of these days I saw a code in javascript and I was wondering why you use parentheses to close a function:
(function(){
});
Type this code above. Thanks for any explanation.