mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-04 13:57:35 +02:00
13 lines
835 B
Markdown
13 lines
835 B
Markdown
# Fun with Functions
|
|
|
|
## Instructions
|
|
|
|
Create different functions, both functions that return something and functions that don't return anything.
|
|
|
|
See if you can create a function that has a mix of parameters and parameters with default values.
|
|
|
|
## Rubric
|
|
|
|
| Criteria | Exemplary | Adequate | Needs Improvement |
|
|
| -------- | -------------------------------------------------------------------------------------- | ---------------------------------------------------------------- | ----------------- |
|
|
| | Solution is offered with two or more well-performing functions with diverse parameters | Working solution is offered with one function and few parameters | Solution has bugs | |