Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
July 12, 2022 06:57 pm GMT

Paracetamol.js| 165: Explica este cdigo JavaScript

Explica este cdigo JavaScript

Dificultad: Bsico

const porValor = (nombre) => {  nombre = "Pedro";  return nombre;}let nombre = "Juan";console.log(porValor(nombre))console.log(nombre);

A. Pedro, Pedro
B. Juan, Juan
C. Pedro, Juan
D. Juan, Pedro

Respuesta en el primer comentario.


Original Link: https://dev.to/duxtech/paracetamoljs-165-explica-este-codigo-javascript-foo

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