摘要:
题目: Description: Write a function called repeatStr which repeats the given string string exactly n times. repeatStr(6, "I") // "IIIIII" repeatStr(5, " 阅读全文
摘要:
题目: Happy Holidays fellow Code Warriors! Santa's senior gift organizer Elf developed a way to represent up to 26 gifts by assigning a unique alphabeti 阅读全文
摘要:
题目: Complete the function which takes two arguments and returns all numbers which are divisible by the given divisor. First argument is an array of nu 阅读全文
摘要:
题目: Summation Write a program that finds the summation of every number from 1 to num. The number will always be a positive integer greater than 0. For 阅读全文
摘要:
题目: When you sign up for an account somewhere, some websites do not actually store your password in their databases. Instead, they will transform your 阅读全文