CodeNewbie Community 🌱

Discussion on: What’s the last thing you learned that blew your mind?

Collapse
 
dotaadarsh profile image
Aadarsh Kannan

While I was reading about the memory addresses, I have come across one practical application. Around 2012, Gangnam Style exceeded YouTube's view limit which is a 32-bit Integer value. So they upgraded it to 64-bit integer value and this actually built a view on how the different memory been applied in the real world.

const modalMarkup = `
`; // 2. Append the markup string to the end of the document body document.body.insertAdjacentHTML('beforeend', modalMarkup);