joinpursuit / Pursuit-Core-Web-Strings-Lab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pursuit Logo

Strings Lab

Get comfortable working with strings and iterating through them. Documentation link

Learning Objectives

  • Be able to key / index into an string
  • Be able to update string variables with reassignment.
  • Be able to use .length property 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).

Prerequisites

  • Experience with values types and operators
  • Familarity with JS loops
  • Familiarty with arrays.

Getting Started

  • Fork this repo
  • Clone the forked repository
  • cd to the directory where you cloned it
  • npm install to install dependencies
  • npm test to run the tests
  • npm run bonus to run the bonus tests

Note: Remember to git add, git commit and git push regularly

Submission Guidelines

  • When finished, commit and push your work.
  • Make a pull request on github.
  • Submit the link to your pull request on Canvas.

Resources

About


Languages

Language:JavaScript 100.0%