All Questions
1 question
1
vote
1
answer
151
views
Object-to-array flattening function
I have written a function that is designed to convert an object into an array of key/pair values ("flattening it") like so:
Input
...