Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PacktWorkshops/The-JavaScript-Workshop
/ functions
Functions
169 in github.com/PacktWorkshops/The-JavaScript-Workshop
⨍
Functions
169
◇
Types & classes
8
↓ 1 callers
Function
thirdCall
()
Chapter07/snippet-1/snippet-1a.js:13
↓ 1 callers
Function
thirdCall
()
Chapter07/snippet-1/snippet-1.js:11
↓ 1 callers
Function
toCapitalize
(input)
Chapter13/Exercise13.01/procedural.js:2
↓ 1 callers
Function
trainModel
(xTrain, yTrain, xTest, yTest)
BonusChapter01/Exercise16.06/tf.js:52
↓ 1 callers
Function
use1
()
Chapter15/Activity15.01/activity1_solution.js:34
↓ 1 callers
Function
use2
()
Chapter15/Activity15.01/activity1_solution.js:40
↓ 1 callers
Function
use3
()
Chapter15/Activity15.01/activity1_solution.js:47
↓ 1 callers
Function
validateString
(value)
BonusChapter02/Activity17.02/sentence.js:13
Function
Failure
(value)
BonusChapter02/Exercise17.06/functors.js:10
Function
Failure
(value)
BonusChapter02/Exercise17.05/functors.js:10
Function
Failure
(value)
BonusChapter02/Exercise17.04/functors.js:10
Function
Failure
(value)
BonusChapter02/Activity17.02/functors.js:13
Function
Identity
(value)
BonusChapter02/Exercise17.06/functors.js:1
Function
Identity
(value)
BonusChapter02/Exercise17.05/functors.js:1
Function
Identity
(value)
BonusChapter02/Exercise17.04/functors.js:1
Function
Identity
(value)
BonusChapter02/Activity17.02/functors.js:1
Function
PersonName
(firstName, lastName)
Chapter13/Exercise13.04/proto_inheritance_2.js:1
Function
PersonName
(firstName, lastName)
Chapter13/Exercise13.04/proto_inheritance_1.js:1
Function
average_grade
()
Chapter05/Activity5.01/index.js:1
Function
changedHandler
()
Chapter06/Activity6.01/create_todos.js:8
Method
constructor
()
Chapter13/Activity13.01/oop.js:2
Method
constructor
(name, age, gender)
Chapter13/Exercise13.03/humans.js:2
Method
constructor
(name, age, gender, subject, grade)
Chapter13/Exercise13.03/humans.js:15
Method
constructor
(name, age, gender)
Chapter13/Exercise13.02/humans.js:2
Function
countdownByTwo
(num)
Chapter07/Exercise7.02/Exercise 7.02.js:1
Function
createHandler
(ev)
Chapter06/Activity6.01/create_todos.js:16
Function
createHeadline
(text, parentElementSelector = '#root')
Chapter04/Exercise4.07/headlineCreator.js:3
Function
findLeagueId
(leagueData, leagueName)
Chapter15/Activity15.02/players.js:31
Function
findLeagueId
(leagueData, leagueName)
Chapter15/Exercise15.02/players.js:31
Function
findLeagueId
(leagueData, leagueName)
Chapter15/Example/players.js:31
Function
findTeamId
(teamData, teamName)
Chapter15/Activity15.02/players.js:36
Function
findTeamId
(teamData, teamName)
Chapter15/Exercise15.02/players.js:36
Function
findTeamId
(teamData, teamName)
Chapter15/Example/players.js:36
Function
fun
()
Chapter05/Exercise5.09/index.js:12
Function
getDiceRoll
* Return the value of die roll * @param {number} rolls - number of rolls default = 1.
Chapter03/Exercise3.03/use-functions.js:5
Function
getNewShuffledArray
* Shuffles array elements * @param {array} sourceArray - Array to be shuffled. * @return {array} - New array with shuffled items
Chapter03/Activity3.01/activity.js:16
Function
getSeedData
()
BonusChapter01/Exercise16.04/tf.js:3
Function
getSeedData
()
BonusChapter01/Exercise16.05/tf.js:3
Function
hello
(name: string)
Chapter12/Exercise12.04/ts_app/src/index.ts:1
Method
info
()
Chapter13/Exercise13.03/humans.js:21
Function
loadHandler
()
Chapter06/Activity6.01/create_todos.js:1
Function
message
()
BonusChapter02/Exercise17.06/functor_matchers.js:6
Function
message
()
BonusChapter02/Activity17.02/functor_matchers.js:6
Function
modelCreateHandler
(ev)
Chapter06/Activity6.01/model.js:40
Function
modelModifyHandler
(ev)
Chapter06/Activity6.01/model.js:48
Function
modelRemoveHandler
(ev)
Chapter06/Activity6.01/model.js:44
Function
modelStateChange
(state, action, data)
Chapter05/Activity5.02/index.js:12
Function
myFetch
(url, params)
Chapter15/Activity15.02/players.js:11
Function
myFetch
(url, params)
Chapter15/Exercise15.02/players.js:11
Function
myFetch
(url, params)
Chapter15/Example/players.js:11
Function
objToString
(obj, indent)
Chapter05/Exercise5.10/index.js:6
Function
printHonors
(honorData)
Chapter15/Activity15.02/players.js:41
Function
printHonors
(honorData)
Chapter15/Exercise15.02/players.js:41
Function
printHonors
(honorData)
Chapter15/Example/players.js:41
Function
process
()
Chapter07/Exercise7.04/exercise-4.js:25
Function
process
()
Chapter07/Exercise7.03/exercise-3.js:25
Function
ret
()
Chapter05/Exercise5.09/index.js:5
Function
ret
()
Chapter05/Exercise5.08/index.js:3
Function
shuffleButtonClicked
* Handles click events for the shuffleButtonElement * @param {MouseEvent} e - MouseEvent object
Chapter04/Activity4.01/activity.js:62
Function
shuffleButtonClicked
* Handles click events for the shuffleButtonElement * @param {MouseEvent} e - MouseEvent object
Chapter04/Activity4.01/solution/activity.anime.js:78
Function
shuffleButtonClicked
* Handles click events for the shuffleButtonElement * @param {MouseEvent} e - MouseEvent object
Chapter04/Activity4.01/solution/activity.jquery.js:72
Function
shuffleButtonClicked
* Handles click events for the shuffleButtonElement * @param {MouseEvent} e - MouseEvent object
Chapter04/Activity4.01/solution/activity.velocity.js:69
Function
shuffleButtonClicked
* Handles click events for the shuffleButtonElement * @param {MouseEvent} e - MouseEvent object
Chapter03/Activity3.01/solution/activity.js:62
Function
testMatch
* Handles click events for the testButtonEle * @param {MouseEvent} e - MouseEvent object
Chapter03/Exercise3.17/solution/number-guess.js:16
Function
toBeFailure
(received, expected)
BonusChapter02/Exercise17.06/functor_matchers.js:14
Function
toBeFailure
(received, expected)
BonusChapter02/Activity17.02/functor_matchers.js:14
Function
toBeIdentity
(received, expected)
BonusChapter02/Exercise17.06/functor_matchers.js:3
Function
toBeValidFunctorFunction
(received, arg, errMsg)
BonusChapter02/Activity17.02/functor_matchers.js:25
Function
trainModel
(xTrain, yTrain, xTest, yTest)
BonusChapter01/Exercise16.05/tf.js:52
← previous
101–169 of 169, ranked by callers