Skip to content

Commit e3edc29

Browse files
committed
Started skeleton for assignment
1 parent 0923216 commit e3edc29

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

2013-02-03-assignment.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# JavaScript Assignment
2+
3+
All skeleton files are provided in the `assignments` folder. Please fork this repo to get started. For what forking means or how to fork a repo, please visit [this github help page][help] for a detailed explanation.
4+
5+
Again, please feel free to post questions on [github Issues page][issues] for the repo.
6+
7+
---
8+
9+
## Q1: Multiples of 3 and 5
10+
11+
### Hint
12+
13+
---
14+
15+
## Q2: Implement Map
16+
17+
### Hint
18+
19+
---
20+
21+
## Q3: Implement Filter
22+
23+
### Hint
24+
25+
---
26+
27+
## Q4: Implement Reduce
28+
29+
### Hint
30+
31+
---
32+
33+
## Q5: Prototypal Inheritance
34+
35+
### Hint
36+
37+
---
38+
39+
## [Bonus] Async Waterfall
40+
41+
42+
<!-- links -->
43+
[issues]: https://github.com/Duke-PL-Course/JavaScript/issues?state=open
44+
[help]: https://help.github.com/articles/fork-a-repo

0 commit comments

Comments
 (0)