Learning About Strings

  • String Length
  • String Indices
  • Template Literals
  • Escape Characters
  • String Methods :
    1. toUpperCase
    2. toLowerCase
    3. trim
    4. slice
    5. concat
    6. replace
    7. charAt

    Check Console For Outputs...