Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 464 Bytes

File metadata and controls

8 lines (5 loc) · 464 Bytes

Strings

Strings in JavaScript are collections of zero or more characters. Working with strings is one of the core skills all developers need. Fortunately, JavaScript provides a host of ways for manipulating and working with strings.

Further reading