Arrays
All array functions vuub provides.
subtractStringArrays()
Description: Returns an array containg all non-duplicate items from both of the arrays.
Parameters: subtractStringArrays([arrayOne], [arrayTwo])
Output Type: Array
Code Snippet:
The subtractStringArrays
function only accepts arrays of strings!
Last updated