Sit at the table with an old-timer where they teach you to slice, trim, and replace the letter tiles. Do it to their satisfaction and you might gain wisdom and a bit of gold.
Learning Objectives
Learn about JavaScript string methods such as at
, substring
, includes
, indexOf
, trim
, padStart
, split
, replace
, and match
.
Prerequisites
Familiarity with the basics of JavaScript strings, arrays, and variables is helpful.