mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-06 06:47:50 +02:00
Added intial files for hindi translation
This commit is contained in:
12
2-js-basics/2-functions-methods/translations/.github/post-lecture-quiz.hi.md
vendored
Normal file
12
2-js-basics/2-functions-methods/translations/.github/post-lecture-quiz.hi.md
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
*Complete this quiz by checking one answer per question.*
|
||||
|
||||
1. Arguments must be provided for all parameters in a function
|
||||
|
||||
- [ ] true
|
||||
- [ ] false
|
||||
|
||||
2. What does a default value do?
|
||||
|
||||
- [ ] Sets a correct value
|
||||
- [ ] Gives a starter value for a parameters so your code still behaves if you omit an argument for it
|
||||
- [ ] Has no utility
|
12
2-js-basics/2-functions-methods/translations/.github/pre-lecture-quiz.hi.md
vendored
Normal file
12
2-js-basics/2-functions-methods/translations/.github/pre-lecture-quiz.hi.md
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
*Complete this quiz in class*
|
||||
|
||||
1. What's an argument?
|
||||
|
||||
- [ ] It's something you declare in the function definition
|
||||
- [ ] It's something you pass into a function at invocation time
|
||||
- [ ] It's something you have with people you know
|
||||
|
||||
2. True or false: a function must return something
|
||||
|
||||
- [ ] true
|
||||
- [ ] false
|
@@ -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