https://github.com/amilajack/js-learnings
A repo of my JS projects
https://github.com/amilajack/js-learnings
Last synced: 6 months ago
JSON representation
A repo of my JS projects
- Host: GitHub
- URL: https://github.com/amilajack/js-learnings
- Owner: amilajack
- Created: 2020-12-28T19:58:59.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-28T19:59:25.000Z (almost 5 years ago)
- Last Synced: 2025-02-08T08:47:22.511Z (8 months ago)
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
js-learnings
============
## Getting Started```bash
# Setup
git clone https://github.com/amilajack/js-algorithms.git
cd js-algorithms
yarn# Test
yarn test# Running individual files
yarn global add @babel/cli
# Running/testing files
babel-node General/PrintKDistance.js
```