Answers for "Find the odd int"

0

Find the odd int

return arr.find((item) => arr.filter(el => el === item).length % 2);
Posted by: Guest on January-23-2022

Browse Popular Code Answers by Language