Sign In Solutions interview question

What do the array functions .map(), .filter() and .reduce() do? Can you write code that generates all the odd numbers between 0 and 100 using only these 3 functions.