OneCompiler

Remove the duplicates from given array.

139

// Remove the duplicate numbers from array

let nums = [10, 9, 9, 25, 5, 25, 13]