Perform JavaScript delete operator (delete) on the given property of the given object.
delete
external bool delete<T>(Object o, Object property);