mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-23 04:03:42 -04:00
fix(curriculum): add function call to code snippet so it outputs in console (#56458)
This commit is contained in:
@@ -46,6 +46,8 @@ function myFunction() {
|
||||
let x = 20;
|
||||
console.log(x);
|
||||
}
|
||||
|
||||
myFunction();
|
||||
```
|
||||
|
||||
## --answers--
|
||||
|
||||
Reference in New Issue
Block a user