Get comfortable working with strings and iterating through them. Documentation link
- Be able to key / index into an string
- Be able to update string variables with reassignment.
- Be able to use
.lengthproperty on an string. - Be able to iterate through a string.
- Be able to split a string.
- Understand that strings are immutable in JavaScript (they are a primative).
- Experience with values types and operators
- Familarity with JS loops
- Familiarty with arrays.
- Fork this repo
- Clone the forked repository
cdto the directory where you cloned itnpm installto install dependenciesnpm testto run the testsnpm run bonusto run the bonus tests
Note: Remember to
git add,git commitandgit pushregularly
- When finished, commit and push your work.
- Make a pull request on github.
- Submit the link to your pull request on Canvas.