#javascript
Read more stories on Hashnode
Articles with this tag
Destruction case: convert object const points = [ [4, 5], [10, 1], [0, 40] ]; to [ { x: 4, y: 5}, { x: 10, y: 1}, { x: 0, y:...