Review before quiz: Lectures | Week 4 Content | Lab 4 | Assignment 2
const f = (x) => x * 2;
const f => x * 2;
function => (x) x*2;
const f = > (x) x*2;
map
filter
reduce
forEach