Reto 1 #5

Open
opened 2022-02-20 18:32:01 +01:00 by xurxof · 1 comment
xurxof commented 2022-02-20 18:32:01 +01:00 (Migrated from github.com)

Sin saber más que lo básico de JS...

Array(11).fill(0).map((_,index)=>index);
Sin saber más que lo básico de JS... ``` Array(11).fill(0).map((_,index)=>index); ```
tanrax commented 2022-02-21 06:58:28 +01:00 (Migrated from github.com)

@xurxof Buen trabajo! Te la marco como resuelta.
¿Sabes que si quitar el 0 también funciona?

@xurxof Buen trabajo! Te la marco como resuelta. ¿Sabes que si quitar el `0` también funciona?
Sign in to join this conversation.