FreeCodeCamp: Basic JavaScript02 - zilongxuan001/LearnFreecode GitHub Wiki

Basic JavaScript目录

Lesson: Declare String Variables

Lesson: Escaping Literal Quotes in Strings

Lesson: Quoting Strings with Single Quotes

Lesson: Escape Sequences in Strings

Lesson: Concatenating Strings with Plus Operator

Lesson: Concatenating Strings with the Plus Equals Operator

Lesson: Constructing Strings with Variables

Lesson: Appending Variables to Strings

Lesson: Find the Length of a String

Lesson: Use Bracket Notation to Find the First Character in a String

Lesson: Understand String Immutability

Lesson: Use Bracket Notation to Find the Nth Character in a String

Lesson: Use Bracket Notation to Find the Last Character in a String

Lesson: Use Bracket Notation to Find the Nth-to-Last Character in a String

Lesson Review: Word Blanks