Mt test post -1

  • Lis
  • slf

fdsfsadgdas

holeyArray = [11,65, ,73, ,24,90,24]
  How v8 engine internally represents this:
  {
      0: 11,
      1: 65,
      3: 73,
      5: 24,
      6: 90,
      7: 24
  }
  Memory: Discreate(Map/dictionary like structure)

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *