Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
January 11, 2022 03:33 pm GMT

Paracetamol.js| 3: Qu imprime este cdigo?

Qu crees que imprime el siguiente cdigo?

const frutas = ["Mango","Manzana","Naranja","Pera"];const { 3:pera } = frutas;console.log(pera);

a) Uncaught TypeError : cannot read property
b) TypeError: null is not an object (evaluating)
c) Naranja
d) Pera

Te dejo la solucin en el primer comentario.


Original Link: https://dev.to/duxtech/paracetamoljs-2-que-imprime-este-codigo-3cfc

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To