Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 57 Bytes

File metadata and controls

7 lines (5 loc) · 57 Bytes

变量声明

let a = 1;
var b = 2;