GJGururaj Jinjdotgururaj.hashnode.dev·Jan 8, 2024 · 4 min readUnderstanding Shallow and Deep Copy in JavaScriptCopying Objects in JavaScript There are various ways to copy objects in JavaScript. One is using direct assignment, another is by using spread operator. One more way is to use a for loop to iterate through each key-value pairs and add it to a new obj...00
GJGururaj Jinjdotgururaj.hashnode.dev·Dec 11, 2023 · 4 min readAngular 17 Unveiled: A Closer Look at What's NewAngular is a framework which follows MVC(Model-View-Controller) pattern, infamous for being a sophisticated framework providing in-house features which fulfill every requirement to develop a fully functional, futuristic Front-end for applications cat...00