var obj = {}; var newArr = []; // цикл по массиву (arr) // value if ( !obj[ value ] ) { obj[ value ] = 1; newArr.push( value ); }