• 复杂类型: 通过引用的方式存取复杂类型。

    • 对象
    • 数组
    • 函数
    1. const bar = foo;
    2. bar[0] = 9;