Slicing a String
This lesson will teach you to slice a string.
We'll cover the following...
What Is Slicing?
Slicing is used to get a portion of a string value.
Syntax
The general syntax is:
let slice
...This lesson will teach you to slice a string.
Slicing is used to get a portion of a string value.
The general syntax is:
let slice
...