Skip to content

Commit 734546a

Browse files
committed
updated README
1 parent df1ebf9 commit 734546a

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,26 @@
22

33
You're here to solidify your understanding of recursion -- a fundamental programming concept -- in JavaScript.
44

5-
*IMPORTANT*: Completion of this workshop is no guarantee of admission into the Hack Reactor immersive program, nor does it have any influence in the admissions process.
5+
*IMPORTANT*: Completion of this workshop is no guarantee of admission into the Hack Reactor immersive program, nor does it have any influence in the admissions process.
6+
7+
## Prerequisites
8+
9+
## Textbook
10+
11+
No textbook is required for this workshop. All materials are included in this GitHub repo.
12+
13+
## Technical requirements
14+
15+
Laptop, Google Chrome browser and a text editor. If you do not have a text editor, we recommend Sublime Text, Atom or Visual Studio Code.
16+
17+
# How to use this repository
18+
19+
### Let's get started...
20+
21+
#### Failing Test Example
22+
23+
#### Passing Test Example
24+
25+
### Don't forget..
26+
27+
You should throroughly read all of code in front of you and aim to understand line-by-line what is happening.

0 commit comments

Comments
 (0)