Iterate object entries

Use Object.entries with destructuring to push "key:value" strings for each entry of user into the lines array.
JavaScript
Console