object? For ex.
let object = {names: [], surnames: [], id: [], ages: []};
Been trying to do something like object.push("Errol") but i get undefined which makes sense....
Do you want to add a new key and value or push to one of the arrays inside the object?
Обсуждают сегодня