mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-15 03:06:02 +02:00
folder names
This commit is contained in:
13
2-js-basics/2-functions-methods/assignment.md
Normal file
13
2-js-basics/2-functions-methods/assignment.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# 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 |
|
Reference in New Issue
Block a user