—
3296 days ago, 0 views.
// Here's the parameter!
function greet (name) {
console.log('Hello', name)
}
// Here's the argument
greet('Kiko')
Also remember that in JavaScript each function have implicit the object arguments
.
Thanks I Think I Know What You’re Talking About, But I’m Not Sure @ Jennifer Wong talk for reminding me!