Skip to content

ZaibKhan0/JS-Problem-Solving

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Javascript Problem Solving

A repository where I would practice and upload problem solving solutions ranging from easy to complex with Test-Driven Development methodology.

Overview

The repository is sectioned into segments, each segment contains problem solving questions from a unique learning resource that I am exploring.

Installation

1. Clone and install dependencies

git clone https://github.com/ZaibKhan0/JS-Problem-Solving.git
cd JS-Problem-Solving && bun i

NOTE: You can install bun with following command:

npm i -g bun

2. Unit testing

bun test

# or

bun test --watch

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published