On this JS MDN page it says this:
JavaScript 1.8.1 note
Starting in JavaScript 1.8.1, setters are no
longer called when setting properties in object and array
initializers.
I just can’t figure out what this is trying to tell me.
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.
I think this refers to the issue of JSON hijacking. Have a look at
To repost my answer from this deleted question:
Nowadays, this should not be an issue any more in ES 5.1-compliant browsers.