This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
lovecoding
/
web0331
Segui
10
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Ramo (Branch):
master
Rami (Branch)
Tag
master
web0331
/
10.ts
/
3.编译选项
/
dist
/
2.js
2.js
89 B
Permalink
Cronologia
Originale
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);