Skip to content

Commit 8e4fb79

Browse files
committed
initial
0 parents  commit 8e4fb79

File tree

5 files changed

+12
-0
lines changed

5 files changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# JavaScript II Mini
2+
## Topics we will cover
3+
* Recursion
4+
* the 'this' keyword
5+
* constructor functions
6+
* classes
7+
8+
9+
### Instructions
10+
* This repository is provided as more of a follow along structure.
11+
12+
* In class we will be going over the principles listed above and you will be expected to follow along when the instructor asks you to do so.

classes.js

Whitespace-only changes.

constructors.js

Whitespace-only changes.

recursion.js

Whitespace-only changes.

this.js

Whitespace-only changes.

0 commit comments

Comments
 (0)