结构(记录)

//using object type
let colorPoint = {
    x: 0, y: 0,
    color: "undefined"
}

console.log(colorPoint.color)