You are viewing a single comment's thread. Return to all comments →
Single line js solution:
const lonelyinteger = (a) => (a.reduce((x, y) => x^=y));
Seems like cookies are disabled on this browser, please enable them to open this website
Lonely Integer
You are viewing a single comment's thread. Return to all comments →
Single line js solution: