LoginSignup

error

Asked 20 days agoAnswer 1Votes 1

1

Ive define function which perform a two operation but I think Ive made some mistake can any fellow dev fix this

error


1 Answers

1

You have not called the function properly you have to check the case of letters properly Here is the correction of code console.log(addUpValue("sum",2,3));




Your Answer