How can I remove an object from an array? I wish to remove the object that includes name Kristian from someArray. For example:
Kristian
someArray
som
Use javascript's splice() function.
This may help: http://www.w3schools.com/jsref/jsref_splice.asp