Skip to content

joinpursuit/Pursuit-Core-Web-Strings-Lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •