Skip to content

Commit 335d554

Browse files
authored
Merge pull request #1 from LambdaSchool/mixelpixel-patch-1
Patrick Kennedy
2 parents 5551e4d + c7d9ba4 commit 335d554

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Fork/Clone this repository.
88
* Complete all the exercises as described inside each assignment file.
99
* Use `console.log()` statements to check to see if your code does what it is supposed to do.
10-
* To test your `console` statements you can either run `node /assignments/<fileName>` and see what prints in your terminal. You can also use an online tool like `JSBin`, `REPL.it`, `JSFiddle` or even your `Chrome developer console`.
10+
* To test your `console` statements you can run `node /assignments/<fileName>` to see what prints in your terminal. You can also use an online tool like `JSBin`, `REPL.it`, `JSFiddle`. You can even use your `Chrome developer console`.
1111
* Once you finish the exercises in each file, commit your code, and push it to your fork.
1212

1313
### Objects
@@ -28,4 +28,5 @@ The [arrays.js](assignments/arrays.js) assignment takes us through a large data
2828
* In the [callbacks.js](assignments/callbacks.js) file you'll be receiving a lot of practice on how to use callbacks to pass around data.
2929
* Write out each function using the `ES5` `function` keyword syntax.
3030
* Remember that a callback function is simply a function that is being passed around to other functions.
31-
* **Stretch Problem** After you're done with all of the functions, go ahead and re-factor all of them to use `ES6` `Arrow Functions`
31+
32+
## Stretch Task - After you're done with all of the functions, go ahead and re-factor all of them to use `ES6` `Arrow Functions`

0 commit comments

Comments
 (0)