LoginSignup
1
0

More than 5 years have passed since last update.

ウンコIEは連想配列でお役所仕事

Posted at

IEはこういうのを読まずにエラーを吐きます。
4行目の一番後ろに、もう要素がないのに「,」をつけてるからです。

エラーを吐きます
var people = {
    "0" : { "name":"Revin" },
    "1" : { "name":"Revot"},
    "2" : { "name":"Rebjn"},
};

死ねーーーーーーーーーーーーーーーーッ!!!!!!!

1
0
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0