This website works better with JavaScript
홈
탐색
도움말
로그인
lovecoding
/
Vip4.0W
Watch
10
Star
0
포크
0
파일
이슈
0
풀 리퀘스트
0
위키
트리:
17ee480432
브랜치
태그
main
Vip4.0W
/
8_ES6
/
babel
/
dist
/
test1.js
test1.js
87 B
히스토리
Raw
1
2
3
4
5
6
7
"use strict";
var foo = function foo() {
var a = 10;
console.log(a);
};
foo();