Sobes.tech
Middle+

For a code fragment with the array [1, 2, 3], calls to map(item => item * 2) and filter(item => item > 3), determine what console.log will output. Do map and filter mutate the original array?