Hey PH,
A few days back while I was working I wrote a long block of code that made use of map, reduce & filter. Without testing I finished the code assuming it's gonna work but it broke. I had to console.log every operation to debug it. It was a minor issue, but I spent more time debugging it as I had to convert every shorthand arrow function to a normal function, log it, and revert back to shorthand after fixing it.
I couldn’t find a tool that matched my needs. So I just thought of making it.
‘Array Builder’ - A free tool to visualize the output of array operations
Provide an array, write code inside map/reduce/filter blocks & see the results live in the adjacent column. It simplifies writing blocks of code & debugging chained operations
It was a small interesting weekend project & I am launching it today.
Try it here - https://www.arraybuilder.com
Hope it brings some value
Thanks :)
Devbox