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
  • 85,780
  • 21
  • 159
  • 179
Oakka Myo
  • 1
  • 3

0 Answers0