Argument (param1,param2)


What the mean of the task
I’ve been tried many times but it still not working

please post the link to your problem

1 Like

Done bro i forgot wkwkw

Can you please share you code and describe the problem you are having?

When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (’).

1 Like

“Create a function called functionWithArgs that accepts two arguments and outputs their sum to the dev console.”

The code in your screenshot isn’t outputting the sum of the two arguments to the console.

Also, you need to call the function yourself using any two numbers after the function definition.

1 Like


that’s my code
Can you show me the right answer

Please post your code instead of a picture. Thanks

1 Like


Please show me the right answer

Please stop posting pictures. Post your actual code.

We don’t write solutions for users, but we can help you fix your code.

It looks like you wrote a + in the function arguments list instead of a comma, but it’s easier to show you where if you share your actual code.

1 Like

Ohh oke its work thanks bro

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.