...

/

JavaScript Strings

JavaScript Strings

Learn about JavaScript strings.

We'll cover the following...

By the end of this lesson, we’ll be able to do the following:

  • Use new ES6 string methods.
  • Apply the template literal syntax.

Strings

ES6 strings offer new string methods, template literals, and tagged template literals. ...