Last active
April 5, 2016 01:02
-
-
Save mmloveaa/d80c499126097497d770572f1626642c to your computer and use it in GitHub Desktop.
4-4 Freecodecamp Q7 Confirm Ending
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Repeat a string repeat a string | |
Repeat a given string (first argument) num times (second argument). Return an empty string if num is a negative number. | |
Remember to use Read-Search-Ask if you get stuck. Write your own code. | |
Here are some helpful links: | |
Global String Object |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment