mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-13 21:02:08 +08:00
fix(curriculum): add function call to code snippet so it outputs in console (#56458)
This commit is contained in:
parent
285a49a10c
commit
cbcd56503f
@ -46,6 +46,8 @@ function myFunction() {
|
||||
let x = 20;
|
||||
console.log(x);
|
||||
}
|
||||
|
||||
myFunction();
|
||||
```
|
||||
|
||||
## --answers--
|
||||
|
||||
Loading…
Reference in New Issue
Block a user