1

Im trying to deal with the next problem - convert array of objects to form-data format

const obj = [{ name: 'Sergio' , age: 16 } , { name: 'Ivan' , age: 24 }]

What is the best decision to handle this problem? Ive already tried cycle, but still give me incorrect answer

Tushar Gupta
  • 15,504
  • 1
  • 29
  • 47
Oleg
  • 27
  • 1

0 Answers0