ТК
Size: a a a
ТК
ТК
IK
IK
И
И
IK
IK
ОК
IK
IK
ОК
IK
IK
IK
GB
И
GB
E
const req = { body: {a: 1, b: 2} }
undefined
const form = {...req.body}
undefined
form
{a: 1, b: 2}
GB
const req = { body: {a: 1, b: 2} }
undefined
const form = {...req.body}
undefined
form
{a: 1, b: 2}