Tell us what’s happening:
Please help me to solve this …
Thanks ![]()
**Your code so far**
function functionWithArgs(Hello, World) {
console.log(Hello + World);
functionWithArgs(Hello, World);
}
**Your browser information:**
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36 Edg/93.0.961.52
Challenge: Passing Values to Functions with Arguments
Link to the challenge: