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
  • 78,625
  • 15
  • 134
  • 154
Oakka Myo
  • 1
  • 2

0 Answers0