SyntaxFix
Write A Post
Hire A Developer
Questions
You could also try doing something like this:
var myArray = [{'name': 'test'}, {'name':'test2'}]; var myObject = {'name': 'test'}; myArray.splice(myArray.indexOf(myObject),1);