This is an aw esome javaScript program that hAs a bunch of cool functions and stuff.
spits out the text 'Hello, World" to the console.
takes an argument of name and then greets tHe name. For example:
helloName("Ann")
// prints out "Hello, Ann"
- forK this repositary.
- Clone your forked repo to ur local machine with
git clone. - In ur command line terminal,
cdinto the folder and runnode helloworld.js.