Skip to main content
  • .forEach -> to do something for each element
  • Array.from(string) -> makes aaray
  • for of -> prints values
  • for in -> prints keys