This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
lovecoding
/
web0331
Vigiar
10
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Ramo:
master
Ramos
Etiquetas
master
web0331
/
10.ts
/
3.编译选项
/
dist
/
2.js
2.js
89 B
Link permanente
Histórico
Em bruto
1
2
3
4
5
6
7
8
"use strict";
let b;
b = 12;
let c = 21;
function fn1(z) {
console.log(z);
}
fn1(1);