This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
chuck
/
es6-11study
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
dc9c6919ad
Větve
Značky
master
es6-11study
/
23
/
dist
/
index.js
index.js
108 B
Historie
Surový
1
2
3
4
5
6
//分别暴露
export let school = 'beijingdaxue';
export function teach() {
console.log('teaching');
}