Seek and Destroy - Basic Alogorithm Scripting - Help

hey there,your code is elegant…can you explain what inputArray.filter( (x) => args.indexOf(x) === -1); does?..also let args = […arguments]; does this means grab all the value stored in arguements object and save it in args?