MCPcopy Create free account

hub / github.com/TheOdinProject/javascript-exercises / functions

Functions70 in github.com/TheOdinProject/javascript-exercises

↓ 14 callersFunctiontotalIntegers
()
computer_science/recursion/3_totalIntegers/totalIntegers.js:1
↓ 14 callersFunctiontotalIntegers
(obj)
computer_science/recursion/3_totalIntegers/solution/totalIntegers-solution.js:4
↓ 11 callersFunctionfactorial
()
computer_science/recursion/1_factorial/factorial.js:1
↓ 11 callersFunctionfactorial
(n)
computer_science/recursion/1_factorial/solution/factorial-solution.js:1
↓ 11 callersFunctionfibonacci
()
foundations/14_fibonacci/fibonacci.js:1
↓ 11 callersFunctionfibonacci
(countArg)
foundations/14_fibonacci/solution/fibonacci-solution.js:1
↓ 9 callersFunctioncontains
()
computer_science/recursion/2_contains/contains.js:1
↓ 9 callersFunctioncontains
(object, searchValue)
computer_science/recursion/2_contains/solution/contains-solution.js:1
↓ 9 callersFunctionpigLatin
(string)
archive/archived_pigLatin/pigLatin.js:1
↓ 9 callersFunctionpigLatin
(string)
archive/archived_pigLatin/solution/pigLatin-solution.js:1
↓ 8 callersFunctionremoveFromArray
()
foundations/08_removeFromArray/removeFromArray.js:1
↓ 8 callersFunctionremoveFromArray
(array, ...args)
foundations/08_removeFromArray/solution/removeFromArray-solution.js:4
↓ 8 callersFunctionrepeatString
()
foundations/06_repeatString/repeatString.js:1
↓ 8 callersFunctionrepeatString
(word, times)
foundations/06_repeatString/solution/repeatString-solution.js:1
↓ 7 callersFunctioncaesar
()
archive/archived_caesar/caesar.js:1
↓ 7 callersFunctioncaesar
(string, shift)
archive/archived_caesar/solution/caesar-solution.js:1
↓ 7 callersFunctionpalindromes
()
foundations/13_palindromes/palindromes.js:1
↓ 7 callersFunctionpalindromes
(string)
foundations/13_palindromes/solution/palindromes-solution.js:1
↓ 7 callersFunctionpascal
()
computer_science/recursion/5_pascal/pascal.js:1
↓ 7 callersFunctionpascal
(counter)
computer_science/recursion/5_pascal/solution/pascal-solution.js:1
↓ 7 callersFunctionsumAll
()
foundations/09_sumAll/sumAll.js:1
↓ 7 callersFunctionsumAll
(min, max)
foundations/09_sumAll/solution/sumAll-solution.js:1
↓ 6 callersFunctionleapYears
()
foundations/10_leapYears/leapYears.js:1
↓ 6 callersFunctionleapYears
(year)
foundations/10_leapYears/solution/leapYears-solution.js:1
↓ 6 callersFunctionsnakeCase
()
archive/archived_snakeCase/snakeCase.js:1
↓ 6 callersFunctionsnakeCase
(string)
archive/archived_snakeCase/solution/snakeCase-solution.js:1
↓ 5 callersFunctionpermutations
()
computer_science/recursion/4_permutations/permutations.js:1
↓ 5 callersFunctionpermutations
(array, index = 0, results = [])
computer_science/recursion/4_permutations/solution/permutations-solution.js:1
↓ 4 callersFunctionnumberChecker
(number)
foundations/03_numberChecker/numberChecker.js:1
↓ 4 callersFunctionnumberChecker
(number)
foundations/03_numberChecker/solution/numberChecker-solution.js:1
↓ 4 callersFunctionreverseString
()
foundations/07_reverseString/reverseString.js:1
↓ 4 callersFunctionreverseString
(string)
foundations/07_reverseString/solution/reverseString-solution.js:1
↓ 3 callersFunctionconvertToCelsius
()
foundations/11_tempConversion/tempConversion.js:1
↓ 3 callersFunctionconvertToCelsius
(fahrenheit)
foundations/11_tempConversion/solution/tempConversion-solution.js:1
↓ 3 callersFunctionconvertToFahrenheit
()
foundations/11_tempConversion/tempConversion.js:4
↓ 3 callersFunctionconvertToFahrenheit
(celsius)
foundations/11_tempConversion/solution/tempConversion-solution.js:5
↓ 3 callersFunctionfindTheOldest
()
foundations/16_findTheOldest/findTheOldest.js:1
↓ 3 callersFunctionfindTheOldest
(people)
foundations/16_findTheOldest/solution/findTheOldest-solution.js:8
↓ 3 callersFunctionsplitDirectoryName
(directoryName)
generators/helpers.js:4
↓ 2 callersFunctioncodeSet
(code)
archive/archived_caesar/solution/caesar-solution.js:8
↓ 2 callersFunctiongetAge
(birth, death)
foundations/16_findTheOldest/solution/findTheOldest-solution.js:1
↓ 2 callersFunctionisObject
(value)
computer_science/recursion/3_totalIntegers/solution/totalIntegers-solution.js:2
↓ 2 callersFunctionwriteExercise
(exercisePath)
generators/writeExercise.js:5
↓ 2 callersFunctionwriteExerciseSpec
(exercisePath)
generators/writeExerciseSpec.js:5
↓ 1 callersFunctionaddNumbers
()
foundations/02_addNumbers/addNumbers.js:1
↓ 1 callersFunctionaddNumbers
()
foundations/02_addNumbers/solution/addNumbers-solution.js:1
↓ 1 callersFunctioncreateExerciseDirectoryName
(exerciseName, path)
generators/helpers.js:41
↓ 1 callersFunctionfirstVowelIndex
(string)
archive/archived_pigLatin/solution/pigLatin-solution.js:13
↓ 1 callersFunctiongetDirsWithExercises
(path)
generators/helpers.js:14
↓ 1 callersFunctiongetLatestExerciseDirectory
(path)
generators/helpers.js:32
↓ 1 callersFunctiongetPathForExercise
(dirPath = [])
plopFile.js:58
↓ 1 callersFunctiongetTheTitles
()
foundations/15_getTheTitles/getTheTitles.js:1
↓ 1 callersFunctiongetTheTitles
(array)
foundations/15_getTheTitles/solution/getTheTitles-solution.js:1
↓ 1 callersFunctionhelloWorld
()
foundations/01_helloWorld/helloWorld.js:1
↓ 1 callersFunctionhelloWorld
()
foundations/01_helloWorld/solution/helloWorld-solution.js:1
↓ 1 callersFunctionmod
(n, m)
archive/archived_caesar/solution/caesar-solution.js:13
↓ 1 callersFunctionshiftChar
(char, shift)
archive/archived_caesar/solution/caesar-solution.js:15
↓ 1 callersFunctionwriteReadme
(exercisePath)
generators/writeReadme.js:5
Functionadd
()
foundations/12_calculator/calculator.js:1
Functionadd
(a, b)
foundations/12_calculator/solution/calculator-solution.js:1
Functionfactorial
()
foundations/12_calculator/calculator.js:21
Functionfactorial
(n)
foundations/12_calculator/solution/calculator-solution.js:21
Functionmultiply
()
foundations/12_calculator/calculator.js:13
Functionmultiply
(array)
foundations/12_calculator/solution/calculator-solution.js:13
Functionpower
()
foundations/12_calculator/calculator.js:17
Functionpower
(a, b)
foundations/12_calculator/solution/calculator-solution.js:17
Functionsubtract
()
foundations/12_calculator/calculator.js:5
Functionsubtract
(a, b)
foundations/12_calculator/solution/calculator-solution.js:5
Functionsum
()
foundations/12_calculator/calculator.js:9
Functionsum
(array)
foundations/12_calculator/solution/calculator-solution.js:9