Skip to content

Commit

Permalink
Function Basics: Add question to Knowledge Check (#28731)
Browse files Browse the repository at this point in the history
  • Loading branch information
youssef-el-atmani authored Sep 5, 2024
1 parent 5e394e6 commit e69af46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions foundations/javascript_basics/function_basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ The following questions are an opportunity to reflect on key topics in this less
- [What is function scope?](https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Building_blocks/Functions#function_scope_and_conflicts)
- [What are return values?](https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Building_blocks/Return_values#what_are_return_values)
- [What are arrow functions?](https://javascript.info/arrow-functions-basics)
- [What is the difference between a function declaration and a function expression?](https://javascript.info/function-expressions#function-expression-vs-function-declaration)

### Additional resources

Expand Down

0 comments on commit e69af46

Please sign in to comment.