Map() コンストラクター
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.
Map()
コンストラクターは、 Map
オブジェクトを生成します。
構文
new Map([iterable])
引数
例
新しい Map の生成
js
let myMap = new Map([
[1, "one"],
[2, "two"],
[3, "three"],
]);
仕様書
Specification |
---|
ECMAScript Language Specification # sec-map-constructor |
ブラウザーの互換性
BCD tables only load in the browser