Ad
  • Default User Avatar

    I have no idea what that means but ill take your word for it.

  • Custom User Avatar

    .reverse`` instead of .reverse() works too.It's "Tagged Template Literals".
    "If there is an expression preceding the template literal, this is called a tagged template. In that case, the tag expression (usually a function) gets called with the template literal, which you can then manipulate before outputting."