Page 1 of 1

Please provide response in Javascript. Call the displayName function with parameter "Clara". function displayName(userNa

Posted: Mon Jun 06, 2022 2:12 pm
by answerhappygod
Please provide response in Javascript.
Call the displayName function with parameter "Clara".
function displayName(userName) {
console.log("My name is " + userName + ".");
}
function displayName(Clara);/* Your solution goes here */