This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
lovecoding
/
Vip4.0W
Xem
10
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Yêu cầu kéo về
0
Wiki
Tree:
7d4a760a75
Branches
Tags
main
Vip4.0W
/
8_ES6
/
babel
/
dist
/
test1.js
test1.js
87 B
Lịch sử
Raw
1
2
3
4
5
6
7
"use strict";
var foo = function foo() {
var a = 10;
console.log(a);
};
foo();