Skip to content

Simple coding exercises to help a friend learn coding

Notifications You must be signed in to change notification settings

domengabrovsek/coding-exercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coding-exercises

Simple exercises for practicing basic coding skills.

description

Some of my friends wanted to learn coding and I've decided to help them by creating this repository.

get started

// checkout the code
git clone https://github.com/domengabrovsek/coding-exercises.git

// make sure you have nodejs installed, if not go and install it
node --version
npm --version

// install dependencies
npm install

// run all tests
npm run test

// run tests for specific exercises
npm run test:1
npm run test:2

// implement functions in index.js files and make all tests pass

About

Simple coding exercises to help a friend learn coding

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published