Signup/Sign In
Ask Question
Not satisfied by the Answer? Still looking for a better solution?

JavaScript Lesson 8 Lesson 7

Does anybody have a solution to this???
by

2 Answers

kshitijrana14
Try this one: Level 8 Lesson 7

/ Add function expression here*/
let square;
square=function(num)
{
return num
num
};
let result=square(5);
console.log(result);
soniyathakur25
nice

Login / Signup to Answer the Question.