javascript
  • Introduction
  • JS Introduction
    • What is Frontend about ?
    • How Web works, basically ?
    • What is Javascript, really ?
  • JS Basics
    • Grammar and types
      • Comments
      • Variables
      • Types
    • Conditional Logic
      • Basics
      • Examples
      • References
    • Equality
      • Basics
      • Examples
      • References
    • Loops
      • For
      • While
      • Do...While
    • Numbers
      • Basics
      • Methods
      • Examples
      • References
    • Strings
      • Basics
      • Methods
      • Examples
      • References
    • Boolean
      • Basics
      • Methods
      • Examples
      • References
    • Objects
      • Basics
      • Methods
      • Examples
      • References
    • Arrays
      • Basics
      • Methods
      • Examples
      • References
    • Null, Undefined
  • Advanced Javascript
    • Scope
    • Closures
      • Practical Use
      • References
    • Context (this)
    • OOP in Javascript
      • Basics
      • Custom objects
    • FP in Javascript
      • Functional elements
      • Functional concepts
    • Inheritance and the prototype chain
      • Basics
      • Prototype chain
    • Event Loop
    • Memory management
  • JS in Browser
    • DOM & BOM
    • Events
    • Controls
  • JS on Server
Powered by GitBook
On this page
  1. JS Basics
  2. Strings

References

PreviousExamplesNextBoolean

Last updated 7 years ago