π§βπ» Web & App Developer β’ Nextjs β’ Reactjs β’ Flutter π β’ Nodejs β’ Java β’ DSA β’ #opensouce
MERN Stack Dev, Flutter, Android Dev, and DSA.
Photo by Lee Campbell on Unsplash Current State of Web Development Web improvement is constantly developing, driven by progressions in innovation and the changing necessities of clients. Web developers currently use different innovations like HTML, C...

In JavaScript, two objects may not be equal even though they appear to be similar. Why is that the case? π€ Let's understand why. For example: const obj1 = { name: "Dillion" } const obj2 = { name: "Dillion" } console.log(obj1 === obj2) // false ...
