AY
Size: a a a
AY
K
AY
AY
K
PH
K
AK
function getNewArr(arr) {
let tempArr = [];
for (let i = 0; i < arr.length; i++) {
const a = arr[i];
class Customer {
constructor({
name,
username,
email,
address,
phone,
website,
company,
posts,
accountHistory,
}) {
this.name = name;
this.username = username;
this.email = email;
this.address = address;
this.phone = phone;
this.website = website;
this.company = company;
this.posts = posts;
this.accountHistory = accountHistory;
}
}
const customerObj = new Customer(a);
tempArr.push(customerObj);
}
return tempArr;
}K
AM
AM
AM
AM
ИД
Z

А

Z
A
SP