TheTAB127 / js-stringMethods

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

js-stringMethods

##Getting Started

  1. Fork this repository
  2. Clone this repository from your personal Github account:
    • Copy the HTTPS or SSH address on the page.
    • Run the command $ git clone [SSH or HTTP address] in your terminal to clone this repository into your DevLeague folder in your computer (you don't need to type the "$"; this is the command prompt, and is used to signify your terminal is ready for commands).
  3. From your terminal navigate to your DevLeague folder and into the js-stringMethods assignment:
    • $ cd DevLeague
    • $ ls
    • cd js-stringMethods
  4. Open the js-stringMethods assignment in sublime and write your code in the exercise.js file.
  5. Run node in your terminal to test your code:
    • $ cd js-stringMethods
    • node exercise.js (don't forget to console.log your work)

About


Languages

Language:JavaScript 100.0%