This repo demonstrates a common type error in TypeScript when working with arrays and function parameters. The bug showcases an example where a function expecting a ...
challenge: write a function that removes duplicates from given array. Solution: take given array in function argument and iterate each element to compare duplicates with element of other array ...