Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukeb06/2024-8-15
https://github.com/lukeb06/2024-8-15
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/lukeb06/2024-8-15
- Owner: lukeb06
- Created: 2024-08-16T00:40:39.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-08-16T19:01:21.000Z (5 months ago)
- Last Synced: 2024-08-17T01:49:24.563Z (5 months ago)
- Language: JavaScript
- Size: 1.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Object Problems
It's time to get some practice using Objects! Below we've included a link to
download a `zip` file for a number of problems.Complete the problems in the order specified.
To run the tests for the above problems you will need to unzip the file you
downloaded and then navigate into the directory for that file. Once there you
can run the following two commands:```sh
~ npm install
~ npm test
```The `npm install` commands will install all the testing dependencies.
The `npm test` command will run all the tests. If you have any trouble with this
don't hesitate to ask a TA for help!When you finish your project, don't forget to add your project to your Github!
1. Go to [Github][github]
2. Create a new repo
3. Initialize the local directory as a Git repository
4. Save your finished project
5. Add and commit your project
6. Push the project to the repo you created- Here are the docs for references [GitHub Docs][GitHub Docs]
[github]: https://github.com/
[GitHub Docs]: https://docs.github.com/en/free-pro-team@latest/github/importing-your-projects-to-github/adding-an-existing-project-to-github-using-the-command-line