1
I’ve noticed that there are codes more or less like this:
<script>
(function (parametros){})
</script>
Other similar code:
(function (val) {
return val;
})(123);
What use is that?
1
I’ve noticed that there are codes more or less like this:
<script>
(function (parametros){})
</script>
Other similar code:
(function (val) {
return val;
})(123);
What use is that?
Browser other questions tagged javascript
You are not signed in. Login or sign up in order to post.
Related: http://answall.com/q/23785/129
– Sergio