Skip to content

Commit a185e86

Browse files
committed
ES6 let and const example
1 parent 20d0213 commit a185e86

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

chapter01/11-ES6letconst.html

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head lang="en">
4+
<meta charset="UTF-8">
5+
<title></title>
6+
</head>
7+
<body>
8+
<script type="text/javascript" src="11-ES6letconst.js"></script>
9+
10+
</body>
11+
</html>

0 commit comments

Comments
 (0)