Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #349

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
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
4 changes: 2 additions & 2 deletions 01-js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

You are provided empty JavaScript files (or having function signatures) in this directory.
You have to follow the instructions given in each file and write the code in the same file to complete the assignment.
If you have more questions please ping TAs
If you have more questions please ping TAs.

### Assignments
Feel free to start doing these in any order you like.
Expand All @@ -17,5 +17,5 @@ Feel free to start doing these in any order you like.
2. Todo List

#### Development Setup
1. If you have Node.js locally, you should run these on your machine
1. If you have Node.js locally, you should run these on your machine.
2. If you don't, you can copy these over to repl.it and run it there.