MCPcopy Create free account

hub / github.com/CleverProgrammers/JavaScript-Course-by-Clever-Programmer- / functions

Functions101 in github.com/CleverProgrammers/JavaScript-Course-by-Clever-Programmer-

↓ 7 callersMethoddrive
(speed=10)
classes/carClass/script.js:28
↓ 5 callersMethodplay
(p1, p2)
projects/fightingGame/solution/solution.js:115
↓ 4 callersMethodheal
(player)
projects/fightingGame/solution/solution.js:75
↓ 4 callersMethodstrike
(player, enemy, attackDmg)
projects/fightingGame/solution/solution.js:66
↓ 4 callersFunctionupdateGame
(p1,p2,p1HealthDiv,p2HealthDiv, gameState)
projects/fightingGame/solution/solution.js:41
↓ 3 callersFunctionfetchMovies
(url, element_selector, path_type)
projects/fetchmovies/solution/script.js:141
↓ 2 callersFunctioncalculateBill
()
projects/tip-calculator/solution/script.js:31
↓ 2 callersFunctioncalculateBill
()
projects/tip-calculator/exercise/script.js:32
↓ 2 callersMethoddeclareWinner
(isOver,p1, p2)
projects/fightingGame/solution/solution.js:93
↓ 2 callersFunctionhandleMovieSelection
projects/fetchmovies/solution/script.js:91
↓ 2 callersFunctionsayMyName
(name)
notes/functions.js:5
↓ 2 callersFunctionshowHeroInfo
(character)
api/superHero/script.js:37
↓ 2 callersMethodstop
()
classes/carClass/script.js:39
↓ 1 callersMethodbrake
()
classes/carClass/script.js:34
↓ 1 callersFunctionclearScores
()
dom/red-yellow-green/script.js:27
↓ 1 callersMethoddeposit
(amount)
classes/banksClass/script.js:19
↓ 1 callersFunctionendGame
()
projects/rockpaperscissors/solution/script.js:109
↓ 1 callersFunctionfetchMoviesBasedOnGenre
(genreId)
projects/fetchmovies/solution/script.js:127
↓ 1 callersFunctiongetComputerChoice
()
projects/rockpaperscissors/solution/script.js:16
↓ 1 callersFunctiongetGenres
()
projects/fetchmovies/solution/script.js:202
↓ 1 callersFunctiongetMovieTrailer
(id)
projects/fetchmovies/solution/script.js:67
↓ 1 callersFunctiongetNewDog
()
api/dogRandom/script.js:12
↓ 1 callersFunctiongetOriginals
()
projects/fetchmovies/solution/script.js:221
↓ 1 callersFunctiongetResult
(playerChoice, computerChoice)
projects/rockpaperscissors/solution/script.js:26
↓ 1 callersFunctiongetSearchSuperHero
(name)
api/superHero/script.js:51
↓ 1 callersFunctiongetSoup
()
notes/promises-async-await-apis.js:37
↓ 1 callersFunctiongetSuperHero
(id, name)
api/superHero/script.js:14
↓ 1 callersFunctiongetTopRated
()
projects/fetchmovies/solution/script.js:233
↓ 1 callersFunctiongetTrendingNow
()
projects/fetchmovies/solution/script.js:227
↓ 1 callersFunctiongetUserData
()
notes/promise-examples.js:85
↓ 1 callersFunctiongetWishList
()
projects/fetchmovies/solution/script.js:18
↓ 1 callersFunctionletVarExample
(firstName = 'Nazariy')
projects/fetchmovies/solution/script.js:40
↓ 1 callersFunctionletterFrequency
(phrase)
playground.js:285
↓ 1 callersFunctiononClickRPS
(playerChoice)
projects/rockpaperscissors/solution/script.js:81
↓ 1 callersFunctionplayGame
()
projects/rockpaperscissors/solution/script.js:88
↓ 1 callersFunctionplayGame
()
projects/rockpaperscissors/exercise/script.js:57
↓ 1 callersFunctionrandomHero
()
api/superHero/script.js:61
↓ 1 callersMethodreset
(p1,p2)
projects/fightingGame/solution/solution.js:106
↓ 1 callersFunctionsetTrailer
projects/fetchmovies/solution/script.js:78
↓ 1 callersFunctionshowMoviesBasedOnGenre
(genreName, movies)
projects/fetchmovies/solution/script.js:173
↓ 1 callersFunctionshowMoviesGenres
(genres)
projects/fetchmovies/solution/script.js:158
↓ 1 callersFunctionshowResult
(score, playerChoice, computerChoice)
projects/rockpaperscissors/solution/script.js:56
↓ 1 callersFunctionsum
(a, b)
playground.js:93
↓ 1 callersFunctionsum
(a,b)
notes/functions.js:21
↓ 1 callersMethodwithdraw
(amount)
classes/banksClass/script.js:6
↓ 1 callersMethodzeroToSixty
()
classes/carClass/script.js:20
Functionadd
()
functions/sum/exercise/script.js:11
FunctioncalculateFoodTotal
(food, tip)
playground.js:101
MethodcheckTheEnd
()
projects/fightingGame/exercise/script.js:29
Methodconstructor
(name, color, topSpeed)
classes/carClass/script.js:7
Methodconstructor
(balance)
classes/banksClass/script.js:2
Methodconstructor
(name, health, attackDamage)
projects/fightingGame/solution/solution.js:60
Methodconstructor
(p1HealthDiv,p2HealthDiv)
projects/fightingGame/solution/solution.js:86
Methodconstructor
(player1Name = 'pl1', player2Name = 'pl2')
projects/fightingGame/exercise/script.js:2
FunctiondaysInMonth
(month,year)
exercises/daysinamonth.js:12
MethoddeclareWinner
()
projects/fightingGame/exercise/script.js:23
FunctiondecreasePeople
()
projects/tip-calculator/solution/script.js:64
FunctiondecreasePeople
()
projects/tip-calculator/exercise/script.js:65
Functiondiv
()
functions/sum/exercise/script.js:19
Functiondouble
(numbers)
playground.js:220
FunctiondoubleMap
(numbers)
playground.js:322
FunctionendGame
()
projects/rockpaperscissors/exercise/script.js:74
Functionfilter
(numbers, greaterThan)
playground.js:329
FunctionfindMax
(array)
exercises/findMax.js:6
FunctiongetComputerChoice
()
projects/rockpaperscissors/exercise/script.js:16
MethodgetCurrentSpeed
()
classes/carClass/script.js:16
FunctiongetDog
()
notes/promises-async-await-apis.js:72
FunctiongetResult
(playerChoice, computerChoice)
projects/rockpaperscissors/exercise/script.js:24
Functiongreeting
(name)
playground.js:84
FunctionhowManyLetters
(phrase)
playground.js:233
FunctionhowManySeconds
(hours)
exercises/converthourstoseconds.js:9
FunctionincreasePeople
()
projects/tip-calculator/solution/script.js:52
FunctionincreasePeople
()
projects/tip-calculator/exercise/script.js:53
Functionintroducer
(name, shirt)
playground.js:181
FunctionisPalindrome
(string)
exercises/palindromechecker.js:9
Functionmax
(numbers)
playground.js:270
Functionmul
()
functions/sum/exercise/script.js:23
FunctiononClickRPS
(playerChoice)
projects/rockpaperscissors/exercise/script.js:51
FunctionorderSoup
()
notes/promises-async-await-apis.js:10
Methodpl1AttackPl2
()
projects/fightingGame/exercise/script.js:47
Methodpl1Heal
()
projects/fightingGame/exercise/script.js:59
Methodpl2AttackPl1
()
projects/fightingGame/exercise/script.js:53
Methodpl2Heal
()
projects/fightingGame/exercise/script.js:65
MethodplayerStatus
()
projects/fightingGame/exercise/script.js:35
FunctionrandomFruit
(fruits)
playground.js:366
Methodreset
()
projects/fightingGame/exercise/script.js:41
FunctionrunStopwatch
()
projects/stopwatch/exercise/script.js:37
FunctionsavingsStrategy
(income)
exercises/savingsstrategy.js:12
FunctionsayMyName
()
playground.js:69
FunctionsayMyName2
(name)
playground.js:78
FunctionshowResult
(score, playerChoice, computerChoice)
projects/rockpaperscissors/exercise/script.js:44
FunctionsortArray
(array)
exercises/arraysorting.js:7
Methodstart
()
projects/fightingGame/exercise/script.js:18
Functionsub
()
functions/sum/exercise/script.js:15
Functionsum
(a, b)
notes/promises-async-await-apis.js:60
FunctionsumArray
(numbers)
playground.js:256
FunctionsumArrow
(a, b)
playground.js:113
FunctionsumArrow2
(a, b)
playground.js:119
Functiontimer
()
projects/stopwatch/solution/script.js:28
FunctionweatherScorer
(weather, weather2)
playground.js:379
next →1–100 of 101, ranked by callers