Please provide response in Javascript.
Call the favoriteFruit function with parameter "watermelon".
function favoriteFruit(myFruit) {
console.log("My favorite fruit is " + myFruit +
".");
}
/* Your solution goes here */
Please provide response in Javascript. Call the favoriteFruit function with parameter "watermelon". function favoriteFru
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am