//// [VariableDeclaration10_es6.ts] let a: number = 1 //// [VariableDeclaration10_es6.js] let a = 1;