From 6dfe91372783c7951713de58673b77ac009a5743 Mon Sep 17 00:00:00 2001 From: Adryenne Date: Tue, 20 Apr 2021 19:50:01 -0400 Subject: [PATCH] Update assignment.md Proposing diffrent verbiage. --- 2-js-basics/2-functions-methods/assignment.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2-js-basics/2-functions-methods/assignment.md b/2-js-basics/2-functions-methods/assignment.md index 4fbe387d..c6f2c2ee 100644 --- a/2-js-basics/2-functions-methods/assignment.md +++ b/2-js-basics/2-functions-methods/assignment.md @@ -4,10 +4,10 @@ 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. +Next, see if you can create a function that has a mix of parameters with different 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 | \ No newline at end of file +| | 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 |