Paracetamol.js馃拪| #212: Explica este c贸digo JavaScript

duxtech

Cristian Fernando

Posted on April 4, 2023

Paracetamol.js馃拪| #212: Explica este c贸digo JavaScript

Explica este c贸digo JavaScript

Dificultad: Intermedio

const numbers = [1, 2, 3, 4, 5];
console.log(numbers.with(2, 6)); 馃
Enter fullscreen mode Exit fullscreen mode
  • A. [ 1, 2, 6, 4, 5 ]
  • B. [ 1, 2, 3, 4, 5 ]
  • C. Array.prototype.whit is not a function
  • D. undefined

馃挅 馃挭 馃檯 馃毄
duxtech
Cristian Fernando

Posted on April 4, 2023

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related