組み込みオブジェクトしたい
1const string = "String";
2const number = 123;
3const array = new Array();
4const mapO = new Map();
5const set = new Set();
6const date = new Date();
日付したい(Date
)
1const now = new Date();
1const string = "String";
2const number = 123;
3const array = new Array();
4const mapO = new Map();
5const set = new Set();
6const date = new Date();
Date
)1const now = new Date();