[1, 2, 3, 4, 5].join()
["サゴシ", "コハダ", "サワラ"].join("->")
[new Date(), Date.now()].toLocaleString()
[new Date(), Date.now()].toString()