var a = function() { alert(arguments[0]) } (1,2,3);
What’s the alerted value and how that works?
Related posts:
By the way, what’s the value of the variable a?
should be “1″
1
Your email address will not be published. Required fields are marked *
Name *
Email *
Website
Comment
You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">
Notify me of followup comments via e-mail
By the way, what’s the value of the variable a?
should be “1″
1