A repository where I would practice and upload problem solving solutions ranging from easy to complex with Test-Driven Development methodology.
The repository is sectioned into segments, each segment contains problem solving questions from a unique learning resource that I am exploring.
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
bun test
# or
bun test --watch