var array1 = ["cat", "sum","fun", "run", "hut"]; var array2 = ["bat", "cat","dog","sun", "hut", "gut"]; console.log(array1.diff(array2));