结构(记录)
定义和初始化
构造函数
方法
字段和属性
常量
类型成员
结构内的结构
//using object type
let
colorPoint = {
x:
0
, y:
0
,
color:
"
undefined
"
}
console.
log
(colorPoint.
color
)