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!