freeCodeCamp/CurriculumExpansion

chore: add intro strings workshop to frontend cert

Closed this issue · 0 comments

This workshop will cover the following

  • const
  • assignment
  • string concatenation using the + operator
  • template literals
  • str.length property
  • bracket notation and retrieving characters from strings
  • str.indexOf method