Ad
  • Custom User Avatar

    Something like this: array.map(el => el). No printing, just visiting each element and returning it.

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    I had some trouble with getting a 'TypeError: Cannot delete property 'x' of #', which was a product of changes to the return of deleting a property that is non-configurable in 'strict-mode', I changed to a non ES6 syntax and had success.

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution