One of the interesting things that I have found in Atlas are the extensions to
the standard Javascript objects.For example, there are a number
of extensions to the Array() object.One of the extensions is the
remove(value).I see that attempting to remove a value that
doesn’t exist does NOT result in an exception.That is
good.I was afraid that it would generate an error.