fix: remove sentence not needed (#41235)

pull/41241/head
Randell Dawson 2021-02-23 10:21:58 -07:00 committed by GitHub
parent aa9db73e12
commit b11dd87047
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ var answer = plusThree(5); // 8
# --instructions-- # --instructions--
Create a function `timesFive` that accepts one argument, multiplies it by `5`, and returns the new value. See the last line in the editor for an example of how you can test your `timesFive` function. Create a function `timesFive` that accepts one argument, multiplies it by `5`, and returns the new value.
# --hints-- # --hints--