ok then I'd use the Array's `filter` method: ``` ...
# suitescript
e
ok then I'd use the Array's
filter
method:
Copy code
categories = categories.filter(function (n) { return (n != 13); }); // keep everything in the Array except 13