Skip to content

Commit 6c795cb

Browse files
committed
Add all 92-class-object till line no 440
1 parent 45d4e0c commit 6c795cb

File tree

2 files changed

+457
-0
lines changed

2 files changed

+457
-0
lines changed

92-class-object.html

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="UTF-8">
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8+
<title>Class and object in es6</title>
9+
<link rel="stylesheet" type="text/css" href="">
10+
</head>
11+
12+
<body>
13+
14+
<script src="js/92-class-object.js"></script>
15+
</body>
16+
17+
</html>

0 commit comments

Comments
 (0)