0

I want to remove one object in array. for example:

[Object {
    Name = "David", Position = "Developer"
}, Object {
    Name = "Michael", Position = "Designer"
}]

I want to get like that.

[Object {
    Name = "David", Position = "Developer"
}]

How can I solve it.

Tushar
  • 82,599
  • 19
  • 151
  • 169
Oakka Myo
  • 1
  • 2

0 Answers0