Palindrome in JavaScript

Hey guys👋

Anticipate how I want to solve this leetcode question with two methods.

  • Two Pointer Method and
  • String Reversal Method.