Does anyone know how to remove an element from an array without knowing exactly what spot it is in?
var array = ["A", "B", "C"]
how would I remove the "A" if there were only a few in the whole array and it contained thousands of strings(Just remove one "A" not all of them)?