Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
9dc8a2a
updated ReadMe
Aug 11, 2020
d4213c9
votingAge done
Aug 11, 2020
03e3d8d
Completed task b
Aug 11, 2020
6e0314e
Completed task c
Aug 11, 2020
737ec3c
completed task d
Aug 11, 2020
7ddc499
completed task 2
Aug 11, 2020
77379bb
completed task 3
Aug 11, 2020
c70683c
Had fun with Task 4
Aug 11, 2020
07a32f9
task 5 a - done
Aug 11, 2020
ad8c115
Finished task 5b
Aug 11, 2020
e2437cf
Finished the soda on the wall
Aug 11, 2020
d97e4cf
finished task 7
Aug 11, 2020
41c081b
Attempting stretches - no cigar, yet!
Aug 11, 2020
17de487
I think this fulfills the stretch goal
Aug 11, 2020
5abcce4
Noticed a flaw with the math so... strings.
Aug 12, 2020
d09e17f
Figured out how to get a string as the output despite a numeric input
Aug 12, 2020
924c140
Whomp, used && incorrectly
Aug 12, 2020
f0fb51a
Used && differently- still wrong! Whomp!
Aug 12, 2020
9b70a14
Now it is proper again!
Aug 12, 2020
176ed59
Added flavor text to the window prompt
Aug 12, 2020
c8a82b7
Updated readme
Aug 12, 2020
acfba23
Changed flavor text of the first rock-paper-scissors task
Aug 12, 2020
9487c99
Went over things with my mentor last night- forgot to push updates then
Aug 13, 2020
fb88a33
Updates during support hours & independent work
Aug 13, 2020
20ca83f
finished rock-paper-scissors with a proper f(x) with win/tie/lose con…
Aug 13, 2020
c97fc1d
Updated stretch- still need to fix errors but it's a proper function …
Aug 13, 2020
45ab542
Added puppy conditions
Aug 13, 2020
f7a4f55
removed an equal sign from randomize conditionals slash ranges
Aug 13, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ Exercises are outlined in the `index.js` file, please read the instructions care

## Instructions

### Task 1: Set up Project
### [x] Task 1: Set up Project

Using VSCode and Command Line:

1. Fork repo and add TL as collaborator on Github.
2. Clone your fork (not Lambda's repo by mistake!).
3. `cd` into your newly cloned repository.
4. Create a new branch by typing `git checkout -b <firstName-lastName>`.
[x] 1. Fork repo and add TL as collaborator on Github.
[x] 2. Clone your fork (not Lambda's repo by mistake!).
[x] 3. `cd` into your newly cloned repository.
[x] 4. Create a new branch by typing `git checkout -b <firstName-lastName>`.

### Task 2: Complete MVP Requirements

Expand All @@ -49,15 +49,15 @@ The completion of these questions is mandatory for MVP. However, passing the qui

After you have completed the requirements, try any of the following challenges. As always, note that these may require additional research beyond what you learned in this module.

- [ ] See tasks labelled stretch. Please ensure you've completed MVP before you attempt the stretch goals. Note that you may need to look forward to tomorrow's training kit in order to complete the task.
- [x] See tasks labelled stretch. Please ensure you've completed MVP before you attempt the stretch goals. Note that you may need to look forward to tomorrow's training kit in order to complete the task.

## Submission format

Follow these steps for completing your project.

1. [ ] Submit a pull request to merge `<firstName-lastName>` branch into master. **Please don't merge your own pull request**
2. [ ] Add your TL as a reviewer on the pull-request
3. [ ] Your TL will count the project as complete by merging the branch back into master
1. [x] Submit a pull request to merge `<firstName-lastName>` branch into master. **Please don't merge your own pull request**
2. [x] Add your TL as a reviewer on the pull-request
3. [x] Your TL will count the project as complete by merging the branch back into master

## Resources

Expand Down
Loading