Skip to content

Commit adc4d36

Browse files
committed
create last couple of starter files
1 parent 6a72d1b commit adc4d36

17 files changed

+120
-167
lines changed

playground/closures.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="UTF-8">
6+
<meta name="viewport" content="width=device-width,initial-scale=1.0">
7+
<title></title>
8+
<link rel="stylesheet" href="../base.css">
9+
</head>
10+
11+
<body>
12+
13+
</body>
14+
15+
</html>

playground/custom-functions/cf-FINISHED-video-13.js

Lines changed: 0 additions & 13 deletions
This file was deleted.
File renamed without changes.

playground/custom-functions/cf.js

Whitespace-only changes.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="UTF-8">
6+
<meta name="viewport" content="width=device-width,initial-scale=1.0">
7+
<title></title>
8+
<link rel="stylesheet" href="../../base.css">
9+
</head>
10+
11+
<body>
12+
13+
</body>
14+
15+
</html>

playground/custom-functions/ways-to-make-a-function.js

Whitespace-only changes.

playground/functions.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
</html>
2+
<!DOCTYPE html>
3+
<html lang="en">
4+
5+
<head>
6+
<meta charset="UTF-8">
7+
<meta name="viewport" content="width=device-width,initial-scale=1.0">
8+
<title>Functions!!</title>
9+
<link rel="stylesheet" href="../base.css">
10+
</head>
11+
12+
<body>
13+
14+
</body>
15+
16+
</html>

playground/hoisting.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="UTF-8">
6+
<meta name="viewport" content="width=device-width,initial-scale=1.0">
7+
<title></title>
8+
<link rel="stylesheet" href="../base.css">
9+
</head>
10+
11+
<body>
12+
13+
</body>
14+
15+
</html>

playground/hoisting.js

Whitespace-only changes.

playground/if-statements-FINISHED-video-39.html

Lines changed: 0 additions & 154 deletions
This file was deleted.

0 commit comments

Comments
 (0)