mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-13 21:02:08 +08:00
Fix: Deleted space in between function name and parentheses. (#52142)
This commit is contained in:
parent
3912e15f44
commit
96f0797769
@ -20,7 +20,7 @@ When the condition evaluates to `true`, the program executes the statement insid
|
||||
**Example**
|
||||
|
||||
```js
|
||||
function test (myCondition) {
|
||||
function test(myCondition) {
|
||||
if (myCondition) {
|
||||
return "It was true";
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user