text string & string methods notes


Browser Object Model | BOM

Window Object

Window Size

Other Window Methods

Window Screen

Window Location

Window History

Window Navigator

Strings

String Length

Escape Character

Strings as Objects

\

Can be defined as objects with keyword new.
This slows down and complicates code.

String Reference

String HTML Wrapper Methods

Extracting String Parts

Replacing String Content

Converting to an Array

Regular Expressions

syntax: /pattern/modifiers;

Template Literals

Expression Substitution

automatic replacing of expressions with real values is called string interpolation

HTML Templates

Quiz study questions