Hello, I'm passing array to Map constructor like this: let arr = [['a', 1], ['b', 2]]; let map = new Map(arr); IE11 returns empty object.
確定! 回上一頁