Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 359 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 359 Bytes

exercises-in-js

Several fun exercises in js

These are a couple of js exercises regarding data structures, arrays, dictionaries, etc. that allow to train yourself when facing an algorithm on your job. With this exercises, the idea is to find a solution that works and then iterate it to make it more performant, which is great practice for your actual job!