I Have An Object With Some Names As Keys, Each Key Has An Array Of Skills, I Have To Return A New Object With Skills As New Keys And Old Keys As Array
I have an object like this one const list = { jhon: ['js', 'java'], sara: […
Read more
I Have An Object With Some Names As Keys, Each Key Has An Array Of Skills, I Have To Return A New Object With Skills As New Keys And Old Keys As Array