Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/15Dkatz/javascript-bootcamp
/ functions
Functions
40 in github.com/15Dkatz/javascript-bootcamp
⨍
Functions
40
◇
Types & classes
10
↓ 6 callers
Function
callback
section7/higher_order_functions.js:4
↓ 5 callers
Method
info
()
section8/classes.js:12
↓ 2 callers
Function
greet
(callback)
section3/interview_question_callbacks.js:14
↓ 2 callers
Method
info
()
section8/class_inheritance.js:22
↓ 2 callers
Function
makeSuffixer
(suffix)
section7/function_factories.js:4
↓ 2 callers
Function
sum
(a)
section7/interview_question_closures_higher_order_functions_callbacks.js:9
↓ 1 callers
Function
cloneDeep
section6/custom_clonedeep_lodash_clonedeep.js:5
↓ 1 callers
Function
executeArgument
(callback)
section7/interview_question_closures_higher_order_functions_callbacks.js:63
↓ 1 callers
Function
forEach
(array, callback)
section3/callbacks.js:26
↓ 1 callers
Function
lessThan
(y)
section7/higher_order_functions.js:14
↓ 1 callers
Function
logMessage
(message)
section3/interview_question_callbacks.js:10
↓ 1 callers
Function
outer
()
section7/closures.js:10
↓ 1 callers
Function
printMessages
(callback)
section3/callbacks.js:7
↓ 1 callers
Function
setPassword
(newPassword)
section7/closures.js:27
↓ 1 callers
Function
setUsername
(newUsername)
section7/closures.js:22
↓ 1 callers
Function
sumXYZ
(x, y, z)
section6/spread_syntax.js:27
↓ 1 callers
Function
test
()
section9/await_and_async.js:15
Function
Artist
(name, talent)
section8/interview_question_prototype_based_inheritance.js:3
Function
Building
(name, stories, address)
section8/constructor_functions.js:3
Function
Building
(name, stories)
section8/prototypes_and_prototype_based_inheritance.js:5
Function
addSuffix
(word)
section7/function_factories.js:7
Function
arrowFunc
()
section3/arrow_functions.js:2
Function
calculateTip
(price, percentage)
section3/function_declarations_vs_expressions.js:2
Method
constructor
(name, stories, address)
section8/classes.js:5
Method
constructor
()
section8/class_inheritance.js:2
Method
constructor
(name, stories, address)
section8/class_inheritance.js:10
Method
constructor
(name, stories, address, cuisine)
section8/class_inheritance.js:43
Method
constructor
(name, talent, instrument)
section8/interview_question_prototype_based_inheritance.js:9
Function
createLogInfo
section3/arrow_functions.js:10
Function
eatRamen
()
section4/dynamic_language_types.js:21
Function
foo
()
section5/let_const_mutability.js:17
Method
guest
(value)
section8/classes.js:31
Method
guest
(value)
section8/class_inheritance.js:37
Method
info
()
section8/class_inheritance.js:51
Function
log
()
section4/almost_everything_is_an_object.js:15
Function
logMessage
()
section3/callbacks.js:3
Function
logNumber
(number)
section3/callbacks.js:18
Method
needElevator
()
section8/classes.js:25
Method
needElevator
()
section8/class_inheritance.js:33
Function
test
()
section5/hoisting.js:29