Skip to content
This repository was archived by the owner on Mar 28, 2021. It is now read-only.

dinumihnea/homework-introduction-to-js

Repository files navigation

homework-introduction-to-js 🌵

Set of js tasks for homework

How to run

1. Clone the project

git clone https://github.com/dinumihnea/homework-introduction-to-js.git

2. Create a separate branch, named like: your-name

git checkout -b your-name

3. Install packages

npm install

4. Read and implement code for given tasks from each .js file in this project

you can save each task implementation in a separate commit, using git commit

Each task can be run separately

npm run 1-triangle

npm run 2-fiz-buzz

npm run 3-chessboard

npm run 4-min

npm run 5-range

npm run 6-reverse

5. After you're done, you should push your code to this repository

git push

Good Luck ;)

nodemon is a utility that will monitor for any changes in your source and automatically restart your server. Perfect for development.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors