Skip to content

Commit 9758c88

Browse files
committed
removed vars
1 parent 7202455 commit 9758c88

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This project is designed to get you used to working with all of the concepts we
99
* **JUST** a _reminder_ this command runs a script on your machine based on the `package.json` file you have installed in your project. By running this command, you're telling your project to head over to `npm.org` and download all of the packages you need for this project.
1010
## Instructions
1111
* This project is designed to carry over from JavaScript I through JavaScript II.
12-
* Please complete the project files in this order: `variables.js` `callbacks.js` `arrays.js` `objects.js` and finally `closure.js`.
12+
* Please complete the project files in this order: `callbacks.js` `arrays.js` `objects.js` and finally `closure.js`.
1313
* In each project file you'll see a series of problems to work through,.
1414
* When you feel like you've completed the problem, be sure to run, `npm test <file name>` to get see if your code works properly... and to check if you have any linting errors.
1515
* Work until you have all of the tests passing.

src/variables.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/variables.test.js

Whitespace-only changes.

0 commit comments

Comments
 (0)