Chrome devtools memory is a very powerfull tool to analyse your application against memory leaks. It helps you to detect some patterns in how your objects are living in your application. We show you a basic application that will create date objects and how you can see that in the memory heap snapshot.