Javascript quiz question 37.| #js #frontenddevelopment #javascript

preview_player
Показать описание
#frontenddevelopment #quiz #javascriptdev #learningjavascript #learningjavascript #javascript #programminglanguage #javascriptframework #webdevelopment #coding #cse #code
#subscribe
Рекомендации по теме
Комментарии
Автор

let arr = [1, 2, 3, 4];
let removed = arr.pop();
console.log(arr);

tadadadadada
Автор

Even though you arent using the "removed" variable, the array is still being popped, thus the output is [1, 2, 3].

Is that correct?

yaboishadowninja
visit shbcf.ru