I have an object with a string type key, and an array type value, the object looks like this
myObj = { a: [1, 2, 3], b: [5. 6], c:[9] }
I wan