#230 Javascript Interview Questions by Frontend Master || #frontendmaster #javascript #frontend

preview_player
Показать описание
Javascript Interview Questions

Рекомендации по теме
Комментарии
Автор

Nice, I thought it will be FrontendMasters because we were not passing the index like this arr[0], I wonder what would be the result if we had two values in the array

abdulali
Автор

What if there were multiple elements in array

GG_SYMBIOTE
Автор

atlassian aise fuddu type se interview nahi leta

tvb
Автор

From A B C D K Company
1) const a = { b: { c: 2 } };
const b = { ...a };
a.b.c = 3;
console.log(b.b.c);
2) let x = [1, 2, 3];
let y = x.map((num) => {
x.push(num + 3);
return num + 1;
});
console.log(y);
Answers please

balaramesh-hkwl
Автор

Believe me javascript is a non sense 😂😂

GhanshyamDwivedi-race
join shbcf.ru