Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bittu1040/JavaScript-Coding-and-Notes
/ functions
Functions
186 in github.com/bittu1040/JavaScript-Coding-and-Notes
⨍
Functions
186
◇
Types & classes
20
↓ 6 callers
Function
toCamelCase
(str)
JS-Code-Challenge/coding-String-challenge.js:171
↓ 3 callers
Method
getDetails
()
JS-Topics/OOPS-practice.js:7
↓ 3 callers
Method
getFullName
()
JS-Topics/Class.js:7
↓ 3 callers
Function
missing
(arr)
JS-Code-Challenge/missingNumber.js:3
↓ 2 callers
Function
PalindromeNumberOrString
(input)
JS-Code-Challenge/palindrome.js:18
↓ 2 callers
Method
addData
(data)
JS-design-pattern/singleton-pattern.js:15
↓ 2 callers
Function
calculateValueByBrand
(cars)
JS-Code-Challenge/coding-object-array-problem.js:398
↓ 2 callers
Function
compareArray
(arr1, arr2)
JS-Code-Challenge/coding-practice-1.js:317
↓ 2 callers
Function
compareArrays
(arr1, arr2)
JS-Code-Challenge/compare-array.js:26
↓ 2 callers
Function
createPizza
(type)
JS-design-pattern/factory-pattern.js:56
↓ 2 callers
Method
draw
()
JS-Topics/oops-in-javascript.js:194
↓ 2 callers
Method
getData
()
JS-design-pattern/singleton-pattern.js:18
↓ 2 callers
Function
isAllValuesPresent
(obj)
JS-Code-Challenge/coding-object-problem.js:47
↓ 2 callers
Function
isAllcharactersUnique
(str)
JS-Code-Challenge/coding-practice-1.js:476
↓ 2 callers
Function
sumOfAllEqualHighest
(arr)
JS-Code-Challenge/coding-practice-1.js:495
↓ 2 callers
Function
swap
(str)
JS-Code-Challenge/swapFirstAndLastcharacter.js:16
↓ 2 callers
Function
transformArray
(arr)
JS-Code-Challenge/moveZeroAtLastinArray.js:4
↓ 1 callers
Function
Sum
(a,b)
JS-Topics/ES6-Notes.js:6
↓ 1 callers
Function
SumArrowFunction
(a,b)
JS-Topics/ES6-Notes.js:12
↓ 1 callers
Function
SumOfNumbers
(...inp)
JS-Topics/ES6-Notes.js:109
↓ 1 callers
Function
a
()
JS-Topics/scope-chain-and-lexical-environment.js:36
↓ 1 callers
Function
add
(num1, num2)
JS-Code-Challenge/memoize-and-caching.js:4
↓ 1 callers
Function
add
(a,b)
JS-design-pattern/module-pattern.js:12
↓ 1 callers
Function
add
(a)
JS-Topics/infinite-currying.js:11
↓ 1 callers
Function
add
(x)
JS-Topics/Currying.js:23
↓ 1 callers
Function
add1
(a)
JS-Topics/infinite-currying.js:1
↓ 1 callers
Function
addTwoNumber
(a,b)
JS-Topics/Currying.js:16
↓ 1 callers
Function
arrayRotation
(arr, numberOfRotation)
JS-Code-Challenge/arrayRotation.js:9
↓ 1 callers
Function
avgCalculate
(...nums)
JS-Code-Challenge/spread-and-rest-operator.js:19
↓ 1 callers
Function
b
()
JS-Topics/scope-chain-and-lexical-environment.js:40
↓ 1 callers
Function
bookList
(bookData)
JS-Code-Challenge/coding-object-problem.js:96
↓ 1 callers
Function
bookList_1
(bookData)
JS-Code-Challenge/coding-object-problem.js:104
↓ 1 callers
Function
calculateAverageGrade
(schoolData)
JS-Code-Challenge/coding-array-problem.js:21
↓ 1 callers
Function
checkAnagram
(str1, str2)
JS-Code-Challenge/coding-String-challenge.js:153
↓ 1 callers
Function
convertToCamelCase
(input)
JS-Code-Challenge/convertToCamelCase.js:8
↓ 1 callers
Function
countFrequency
(arr)
JS-Code-Challenge/Coding-practice/important_coding_question.js:191
↓ 1 callers
Function
countNumberOfDigits
(n)
JS-Code-Challenge/countNumberOfDigits.js:5
↓ 1 callers
Function
createPerson
(name, age)
JS-design-pattern/factory-pattern.js:8
↓ 1 callers
Function
createPerson
(name,age)
JS-Topics/Closure.js:73
↓ 1 callers
Function
createSumCache
()
JS-Code-Challenge/memoize-and-caching.js:8
↓ 1 callers
Function
debounce
(func, delay)
JS-Topics/debounce-throttle.js:7
↓ 1 callers
Function
fetchWithRetry
(url,retries = 3, delay = 1000)
JS-Topics/fetch-with-retry.js:3
↓ 1 callers
Function
fibonacci
(num)
JS-Code-Challenge/fibonacci.js:4
↓ 1 callers
Function
findCommonProperty
(obj1, obj2)
JS-Code-Challenge/coding-practice-1.js:603
↓ 1 callers
Function
findDuplicates
(arr)
JS-Code-Challenge/coding-practice-1.js:617
↓ 1 callers
Function
findMaximumValue
(obj)
JS-Code-Challenge/coding-practice-1.js:549
↓ 1 callers
Function
findMaximumValue1
(obj)
JS-Code-Challenge/coding-practice-1.js:565
↓ 1 callers
Function
findSumDivisibleBy3_5
(arr)
JS-Code-Challenge/coding-practice-1.js:575
↓ 1 callers
Function
getAllMaleCharacters
(characters)
JS-Code-Challenge/Coding-JS-Array-Practice.js/get-all-male-characters.js:40
↓ 1 callers
Function
getAllNames
(characters)
JS-Code-Challenge/Coding-JS-Array-Practice.js/get-an-array-of-all-names.js:41
↓ 1 callers
Function
getArrayOfObjectWithNameHeightProperty
(characters)
JS-Code-Challenge/Coding-JS-Array-Practice.js/get-array-of-object-with-name-height-property.js:39
↓ 1 callers
Method
getCompleteDetails
()
JS-Topics/Class.js:20
↓ 1 callers
Function
getDataAgeFilter
(arr)
JS-Code-Challenge/Coding-JS-Array-Practice.js/get-data-with-age-greater-than-30.js:39
↓ 1 callers
Function
getPostDetails
(users, posts, comments)
JS-Code-Challenge/array-question.js:27
↓ 1 callers
Function
getTotalHeights
(arr)
JS-Code-Challenge/Coding-JS-Array-Practice.js/get-total-height-of-all-person.js:39
↓ 1 callers
Function
getTotalNumberOfCharactersOfNames
(arr)
JS-Code-Challenge/Coding-JS-Array-Practice.js/get-total-number-of-characters-of-names.js:39
↓ 1 callers
Function
getlunch
(ingredient1)
JS-Topics/Currying.js:37
↓ 1 callers
Function
greet2
()
JS-Topics/arrow-regular-function.js:64
↓ 1 callers
Function
greet3
()
JS-Topics/arrow-regular-function.js:68
↓ 1 callers
Function
greeting
(name)
JS-Topics/pure-impure-function.js:12
↓ 1 callers
Function
greeting1
(name)
JS-Topics/pure-impure-function.js:19
↓ 1 callers
Function
groupByKey
(arr)
JS-Code-Challenge/groupingByCategoryArray.js:27
↓ 1 callers
Function
groupItems1
(arr)
JS-Code-Challenge/groupingByCategoryArray.js:45
↓ 1 callers
Function
groupItems2
(arr)
JS-Code-Challenge/groupingByCategoryArray.js:61
↓ 1 callers
Function
inner
()
JS-Topics/scope-chain-and-lexical-environment.js:10
↓ 1 callers
Function
innerNormal
()
JS-Topics/arrow-regular-function.js:95
↓ 1 callers
Function
innerTwo
()
JS-Topics/scope-chain-and-lexical-environment.js:15
↓ 1 callers
Function
isAllPersonAgeGreaterThan30
(arr)
JS-Code-Challenge/Coding-JS-Array-Practice.js/is-all-person-age-geater-than-30.js:39
↓ 1 callers
Function
isEveryCharacterMale
(characters)
JS-Code-Challenge/Coding-JS-Array-Practice.js/is-every-character-male.js:39
↓ 1 callers
Function
isThereAtLeastOnePersonAgeGreaterThan30
(characters)
JS-Code-Challenge/Coding-JS-Array-Practice.js/is-ther-atleast-one-person-age-greater-than-30.js:39
↓ 1 callers
Function
isThereAtleastMaleCharacter
(characters)
JS-Code-Challenge/Coding-JS-Array-Practice.js/is-there-atleast-male-character.js:40
↓ 1 callers
Function
longestStr
(arr)
JS-Code-Challenge/Coding-practice/important_coding_question.js:208
↓ 1 callers
Function
longestWord
(str)
JS-Code-Challenge/longestWord.js:6
↓ 1 callers
Function
longestWordusingForLoop
(str)
JS-Code-Challenge/longestWord.js:18
↓ 1 callers
Function
memoize
(fun)
JS-Topics/memoization.js:13
↓ 1 callers
Function
mergeSortedArray
(arr1,arr2)
JS-Code-Challenge/coding-practice-1.js:590
↓ 1 callers
Function
objectGrouping
(obj)
JS-Code-Challenge/coding-object-array-problem.js:333
↓ 1 callers
Function
outer
()
JS-Topics/scope-chain-and-lexical-environment.js:7
↓ 1 callers
Function
outer
()
JS-Topics/Closure.js:46
↓ 1 callers
Function
palindrome
(num)
JS-Code-Challenge/palindrome.js:3
↓ 1 callers
Function
printEven
(arr)
JS-Topics/setInterval.js:30
↓ 1 callers
Function
printNumbers
()
JS-Topics/setInterval.js:11
↓ 1 callers
Function
removeAlternateElements
(arr)
JS-Code-Challenge/Coding-practice/important_coding_question.js:225
↓ 1 callers
Function
rest
(para1, para2, ...para3)
JS-Topics/ES6-Notes.js:101
↓ 1 callers
Function
reverseArray
(arr)
JS-Code-Challenge/reverseArray.js:20
↓ 1 callers
Function
reverseStr
(str)
JS-Code-Challenge/coding-String-challenge.js:2
↓ 1 callers
Function
reverseWordsWithCapital
(sentence)
JS-Code-Challenge/coding-String-challenge.js:211
↓ 1 callers
Function
secondLargestNumber
(arr)
JS-Code-Challenge/secondLargestElement.js:3
↓ 1 callers
Function
sliceByLength
(input, size)
JS-Code-Challenge/coding-String-challenge.js:199
↓ 1 callers
Function
sortByAge
(arr)
JS-Code-Challenge/Coding-JS-Array-Practice.js/sort-by-age.js:39
↓ 1 callers
Function
sortByName
(arr)
JS-Code-Challenge/Coding-JS-Array-Practice.js/sort-by-name.js:39
↓ 1 callers
Function
substract
(a,b)
JS-design-pattern/module-pattern.js:15
↓ 1 callers
Function
sumOfAllNaturalNumber
(n)
JS-Code-Challenge/sumOfAllNaturalNumber.js:4
↓ 1 callers
Function
sumOfDigitsOfNumber
(n)
JS-Code-Challenge/sumOfDigitsOfNumber.js:9
↓ 1 callers
Function
swapFirstAndLast
(str)
JS-Code-Challenge/swapFirstAndLastcharacter.js:3
↓ 1 callers
Function
test
()
JS-Topics/break-and-return.js:3
↓ 1 callers
Function
test
()
JS-Topics/null-and-undefined.js:16
↓ 1 callers
Function
test1
(x)
JS-Topics/Closure.js:62
Function
Car
(make, model, year)
JS-design-pattern/prototype-pattern.js:25
Function
Car
(company, fuelType)
JS-Topics/call-apply-bind.js:38
next →
1–100 of 186, ranked by callers