I am trying to remove an object from an array. but from some reason its not working. I am under the impression that a splice accepts 2 parameters. the position of the array. and for parameter 2 , how many to delete from then on out
I just want to delete one array so I am doing this
array.splice(i,0);
but it isn't working. can someone tell me what i am doing wrong. enlighten me on how it suppose to work. thanks