Tag: es6

  • Are they the same?

    While debugging I needed to know if two references in two separate parts of my codebase were pointing to the same object in memory. According to my searching, there isn’t a way to print out memory addresses of data in Javascript (without using special V8 debugging expressions). But there’s a way to find the answer…