ex03-18-4

実行結果

Fri Mar 14 2025 14:28:26 GMT+0000 (Coordinated Universal Time)
1,true,hello

ソース

const d = new Date();
console.log(d.toString()); // Mon Aug 08 2016 18:02:50 GMT+0900 (JST)

const arr = [1, true, "hello"];
console.log(arr.toString()); // 1,true,hello