Different between shallow copy and deep copy. #javascript #codingbuddha #coding #interviewquestions

preview_player
Показать описание
#javascript #codingbuddha #object #objectsinjavascript #javascriptinterview #javascriptinhindi #webdevelopment #webdeveloper #javascriptinterview #javascriptengineer #web #coding #youtubeshorts #youtubeshortsvideo #youtubeindiaviralvideo #viralshort #viralprogramming
Рекомендации по теме
Комментарии
Автор

//shallow copy ---->
const person1 = Object.assign({}, person);
// another way to make shallow copy ---->
const person1 = {...person};

//deep copy
const person1 = structuredClone(person);
// another way to make deep copy ---->
const person1 =

nishkarshsinoriyamusic
welcome to shbcf.ru