about associativity and precedence.

window method

date object

Untitled

const now = new Date()
console.log(now) // Sat Jan 04 2020 00:56:41 GMT+0200 (Eastern European Standard Time)

console.log(now.getFullYear()) // 2020

review : string concatenation