2 lines
48 B
JavaScript
2 lines
48 B
JavaScript
|
var map=new Map();
|
||
|
console.log(map.get('sdf'));
|