// good 可以推论出的类型不用手动指定类型
let foo2 = 1;
let bar2 = '';
let baz2 = true;
