Quartz 5

Home

❯

Org-roam

❯

JavaScript Strings

JavaScript Strings

Sep 22, 20201 min read

  • JavaScript String Prototype Methods
  • JavaScript String Literals
  • JavaScript String Escapes
  • Unicode
  • JavaScript String Iteration
  • JavaScript String To Array Conversion

Syntax

Regular characters

console.log(`Down on the sea`)
console.log("Lie on the ocean")
console.log('Float on the ocean')

Escaped characters

console.log("This is the first line\nAnd this is the second")
console.log("A newline character is written like \"\\n\".")

Graph View

  • Syntax
  • Regular characters
  • Escaped characters

Backlinks

  • Characters That Count as Whitespace
  • ES2017
  • JavaScript Iterables
  • JavaScript Symbols
  • JavaScript Template Literals
  • JavaScript Types
  • JavaScript
  • TypeScript String Literal Type
  • trim
  • trimEnd
  • trimStart

Created with Quartz v5.0.0 © 2026

  • GitHub
  • Discord Community