This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
lovecoding
/
web0331
Suivre
10
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Branche:
master
Branches
Tags
master
web0331
/
10.ts
/
3.编译选项
/
dist
/
2.js
2.js
89 B
Lien permanent
Historique
Raw
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);