Sobes.tech
Middle+

Para un fragmento de código con el array [1, 2, 3], llamadas a map(item => item * 2) y filter(item => item > 3), determine qué mostrará console.log. ¿ mutan map y filter el array original?