This website works better with JavaScript
Home
Explore
Help
Sign In
chuck
/
es6-11study
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
45c918efa5
Branches
Tags
master
es6-11study
/
23
/
dist
/
index.js
index.js
108 B
History
Raw
1
2
3
4
5
6
//分别暴露
export let school = 'beijingdaxue';
export function teach() {
console.log('teaching');
}