Skip to content

added tests and tried bonus#4

Open
caylazabel wants to merge 1 commit intocodefellows-javascript-401d13:masterfrom
caylazabel:master
Open

added tests and tried bonus#4
caylazabel wants to merge 1 commit intocodefellows-javascript-401d13:masterfrom
caylazabel:master

Conversation

@caylazabel
Copy link

No description provided.

console.log('adios');

exports.randomGreeting = function(){
let someName = process.argv[2];
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are grabbing the correct argument here and setting it to a variable. To make this work though you then need to use that variable as a parameter where you call your sayHi function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants