Author: kumarvivek79510@gmail.com

  • 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)
  • Hello world!

    Welcome to WordPress. This is your first post. Edit or delete it, then start writing!