— Hmm..i dont get how he can translate "Angular" word to hearless crowd
— Anyone has the best algorithm in hat to OR two arrays?
—
a = []
for b in list1 when not list2.includes b
a[*] = b
for b in list2 when not list1.includes b
a[*] = b
Message permanent page
—
a = set(list1).symmetric_difference(set(list2))
— Actually.. You're naming parameters, so it's not Thomasy enough
— R.symmetricDifference(l, r)
— Https://ramdajs.com/docs/#symmetricDifference