JS Tutorial

Function Reference

Method Reference

  • JS String
  • JS Array
  • String Properties

    • constructor
    • length
    • prototype

    String Methods

    • charAt()
    • charCodeAt()
    • concat()
    • endsWith()
    • fromCharCode()
    • includes()
    • indexOf()
    • lastIndexOf()
    • localeCompare()
    • match()
    • repeat()
    • replace()
    • search()
    • slice()
    • split()
    • startsWith()
    • substr()
    • substring()
    • toLocaleLowerCase()
    • toLocaleUpperCase()
    • toLowerCase()
    • toString()
    • toUpperCase()
    • trim()
    • valueOf()