mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): clarify JS functions quiz Q13 wording (#64401)
This commit is contained in:
+1
-3
@@ -346,15 +346,13 @@ When the function body consists of a single expression.
|
||||
|
||||
#### --text--
|
||||
|
||||
What will be the result for the following code?
|
||||
What will the following function return?
|
||||
|
||||
```js
|
||||
function exampleFunction() {
|
||||
return "Hello";
|
||||
return "World!";
|
||||
};
|
||||
|
||||
exampleFunction();
|
||||
```
|
||||
|
||||
#### --distractors--
|
||||
|
||||
Reference in New Issue
Block a user