Skip to content

Commit e1c8aa4

Browse files
authored
update ex 6
1 parent 80b8349 commit e1c8aa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solutions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ console.log("quotient: " , quotient);
122122
* @param Datatype: Number `x`
123123
* @return Datatype: String
124124
*
125-
* This function will return the string "Mariah Carey has been married `x` amount of times." Where `x` is the value when you invoke the function. Invoke this function using the variable `sum`.
125+
* This function will return the string "Mariah Carey has been married `x` amount of times." Where `x` is the value when you invoke the function. Invoke this function using the variable `daDiva`.
126126
* Console.log your result.
127127
*/
128128

0 commit comments

Comments
 (0)