04 New String Methods - Gilian/001-ES6-By-Wes GitHub Wiki

Additional String Improvements

There are some new methods to call on strings:

  1. startsWith
  2. endsWith
  3. includes
  4. repeat