-
-
Notifications
You must be signed in to change notification settings - Fork 44.1k
Bug: tests pass without arguments in the function call. #13280
Copy link
Copy link
Closed
Labels
help wantedOpen for all. You do not need permission to work on these.Open for all. You do not need permission to work on these.
Description
Challenge Passing Values to Functions with Arguments has an issue.
User Agent is: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36.
Please describe how to reproduce this issue, and include links to screenshots if possible.
Someone came into the help room on gitter asking why he didn't pass the challenge with functionWithArgs(); (which is correct), but did pass with functionWithArgs( ); (note the extra space). I tested it and the second indeed passes all tests. Seems necessary to test for passing proper arguments.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
help wantedOpen for all. You do not need permission to work on these.Open for all. You do not need permission to work on these.