Skip to content

PurpleMaia/js-intro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

js-intro

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 personal folder in your computer
  3. From your terminal navigate to your personal folder and into the js-intro assignment:
    • $ cd name of your folder
    • $ ls
    • cd js-intro
  4. Open the js-intro assignment in vscode and write your code in the exercises.js file.
  5. Run node in your terminal to test your code:
    • $ cd js-intro
    • node exercises.js (don't forget to console.log your work)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published