Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 444 Bytes

File metadata and controls

17 lines (10 loc) · 444 Bytes

Hello WorLd

This is an awesome javaScript program that has like a bunch of cool functions and stuff.

helloWorld()

spits out the text "Hello, World" to the console.

helloName(name)

takes a var and then it says "Hello, Ann" if name is "Ann".

Instrcutions

  1. fork this repositary.
  2. Clone your forked repo to ur local machine with git clone.
  3. In ur command line terminal, cd into the folder and run node helloworld.js.