Skip to content

Commit 4a3f92c

Browse files
author
Ben Nelson
committed
cleared README.md
1 parent 4d55943 commit 4a3f92c

File tree

1 file changed

+0
-41
lines changed

1 file changed

+0
-41
lines changed

README.md

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +0,0 @@
1-
# Homework #1
2-
3-
## Instructions
4-
---
5-
1. Feynman Writing Prompts - Write out explanations of the following concepts like you are explaining it to a 12 year old. Doing this will help you quickly discover any holes in your understanding. Ask your questions on Slack.
6-
7-
* Variables
8-
* Strings
9-
* Functions (arguments, `return`)
10-
* `if` statements
11-
* Boolean values (`true`, `false`)
12-
13-
14-
2. Install Node and NPM. NPM comes packaged with Node. https://nodejs.org/en/download/
15-
16-
17-
3. Install SublimeText3. If you have another editor that you prefer then you can use that. https://www.sublimetext.com/3
18-
19-
20-
4. Download this project folder from GitHub.
21-
22-
23-
5. Navigate into the downloaded folder using Terminal(Mac) or Command Prompt(Windows). `ls`(Mac), `dir`(Windows) and `cd <directory_name>` are the commands you need to navigate around.
24-
25-
26-
6. Once you are in the folder type the command `npm install`. This will fetch all of the needed requirements for the project.
27-
28-
29-
7. Run `npm test` to run the automated tests. At first all of the tests will be broken. You will fill out the functions in `exercises.js` to make the tests pass.
30-
31-
32-
33-
34-
#### Congratulations on finishing Homework #1!
35-
Apply to our full-time or part-time immersive program to learn cutting edge technologies that are used by top technology companies around the world.
36-
37-
Our part-time and full-time courses are 13 intense weeks of focused study on the most relevant technologies.
38-
39-
Class sizes are small to ensure that each student gets individual attention from our world class instructors to help them succeed. We also provide career support both during and after the course to help you succeed. We are committed to your success.
40-
41-
For more information visit: https://www.lambdaschool.com

0 commit comments

Comments
 (0)