Possible Duplicate:
Javascript equivalent of PHP's list()
In PHP you can do assignment like this:
list($b,$c,$d) = array("A","B","C");
Is there anything like that in JS?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
People seem to hate the with() construct in javascript, but anyway…