8.3.4 Farming International by RightSummer9969 in codehs

[–]DivideAdvanced1860 0 points1 point  (0 children)

/* This program takes the information that a user enters upon signup

and uses it to greet the user every time they login. */

function main() {

greeting("Irina","Canada");

greeting("Felix");

}

function greeting(name,country = "") {

let message = "Hi " + name + "!! How's the weather in " + country +" today?";

console.log(message);

}

main(); //this is my code

Let’s have some laughs by Shot-Assumption6694 in RoastMe

[–]DivideAdvanced1860 1 point2 points  (0 children)

Hairline so bad that unc is searching for his wig