MCPcopy Create free account

hub / github.com/100xdevs-cohort-2/assignments / functions

Functions125 in github.com/100xdevs-cohort-2/assignments

↓ 23 callersFunctionisPalindrome
(str)
01-js/medium/palindrome.js:6
↓ 16 callersFunctioncountVowels
(str)
01-js/medium/countVowels.js:8
↓ 13 callersFunctionisAnagram
(str1, str2)
01-js/easy/anagram.js:7
↓ 9 callersFunctionfindLargestElement
(numbers)
01-js/easy/findLargestElement.js:8
↓ 7 callersFunctioncalculateTime
(t1, t2, t3)
week-2/01-async-js/hard (promises)/3-promise-all.js:19
↓ 5 callersFunctionsendRequest
(options, requestBody)
week-2/02-nodejs/tests/fileServer.test.js:105
↓ 4 callersFunctioncalculateTotalSpentByCategory
(transactions)
01-js/easy/expenditure-analysis.js:16
↓ 3 callersFunctioncreateTodo
(userId: number, title: string, description: string)
week-10/2-prisma-simple/src/db/todo.ts:15
↓ 3 callersFunctioncreateUser
(username: string, password: string, name: string)
week-10/2-prisma-simple/src/db/user.ts:15
↓ 3 callersFunctiondecodeJwt
* Decodes a JWT to reveal its payload without verifying its authenticity. * * @param {string} token - The JWT string to decode. * @returns {object|
week-3/02-jwt/index.js:39
↓ 3 callersFunctionexplainParseFloat
(value)
week-1/offline-class-1/level-1/02-Number.js:12
↓ 3 callersFunctionexplainParseInt
(value)
week-1/offline-class-1/level-1/02-Number.js:1
↓ 3 callersFunctionfindIndex
(arr, id)
week-2/02-nodejs/solutions/todoServer.solution.file.js:9
↓ 3 callersFunctionmathMethods
(value)
week-1/offline-class-1/level-2/04-Math.js:1
↓ 3 callersFunctionsignJwt
* Generates a JWT for a given username and password. * * @param {string} username - The username to be included in the JWT payload. *
week-3/02-jwt/index.js:16
↓ 3 callersFunctionsleep
(milliseconds)
week-2/01-async-js/hard (promises)/2-sleep-completely.js:7
↓ 3 callersFunctionverifyJwt
* Verifies a JWT using a secret key. * * @param {string} token - The JWT string to verify. * @returns {boolean} Returns true if the token is valid
week-3/02-jwt/index.js:28
↓ 3 callersFunctionwait
(n)
week-2/01-async-js/hard (promises)/1-promisify-setTimeout.js:5
↓ 2 callersFunctioncreateTodo
(userId: number, title: string, description: string)
week-10/1-postgres-simple/src/db/todo.ts:12
↓ 1 callersFunctionconcatExample
(arr1, arr2)
week-1/offline-class-1/level-1/03-Array.js:45
↓ 1 callersFunctioncreateTables
()
week-10/1-postgres-simple/src/db/setup.ts:4
↓ 1 callersFunctioncreateUser
(username: string, password: string, name: string)
week-10/1-postgres-simple/src/db/user.ts:12
↓ 1 callersFunctiondateMethods
()
week-1/offline-class-1/level-2/02-Date.js:1
↓ 1 callersFunctiondropTables
()
week-10/1-postgres-simple/src/db/setup.ts:25
↓ 1 callersFunctiondropTables
()
week-10/2-prisma-simple/src/db/setup.ts:5
↓ 1 callersFunctionfilterExample
(arr)
week-1/offline-class-1/level-1/03-Array.js:75
↓ 1 callersFunctionfindExample
(arr)
week-1/offline-class-1/level-1/03-Array.js:86
↓ 1 callersFunctionfindIndexOf
(str, target)
week-1/offline-class-1/level-1/01-String.js:16
↓ 1 callersFunctionfindLastIndexOf
(str, target)
week-1/offline-class-1/level-1/01-String.js:23
↓ 1 callersFunctionforEachExample
(arr)
week-1/offline-class-1/level-1/03-Array.js:54
↓ 1 callersFunctiongetLength
(str)
week-1/offline-class-1/level-1/01-String.js:9
↓ 1 callersFunctiongetSlice
(str, start, end)
week-1/offline-class-1/level-1/01-String.js:30
↓ 1 callersFunctiongetSubstring
(str, start, end)
week-1/offline-class-1/level-1/01-String.js:37
↓ 1 callersFunctiongetTodos
(userId: number)
week-10/1-postgres-simple/src/db/todo.ts:39
↓ 1 callersFunctiongetTodos
(userId: number)
week-10/2-prisma-simple/src/db/todo.ts:42
↓ 1 callersFunctiongetUser
(userId: number)
week-10/1-postgres-simple/src/db/user.ts:24
↓ 1 callersFunctiongetUser
(userId: number)
week-10/2-prisma-simple/src/db/user.ts:27
↓ 1 callersFunctionjsonMethods
(jsonString)
week-1/offline-class-1/level-2/03-JSON.js:1
↓ 1 callersFunctionmapExample
(arr)
week-1/offline-class-1/level-1/03-Array.js:64
↓ 1 callersFunctionobjectMethods
(obj)
week-1/offline-class-1/level-2/05-Object.js:2
↓ 1 callersFunctionpopExample
(arr)
week-1/offline-class-1/level-1/03-Array.js:18
↓ 1 callersFunctionpushExample
(arr, element)
week-1/offline-class-1/level-1/03-Array.js:9
↓ 1 callersFunctionremoveAtIndex
(arr, index)
week-2/02-nodejs/solutions/todoServer.solution.file.js:16
↓ 1 callersFunctionreplaceString
(str, target, replacement)
week-1/offline-class-1/level-1/01-String.js:44
↓ 1 callersFunctionshiftExample
(arr)
week-1/offline-class-1/level-1/03-Array.js:27
↓ 1 callersFunctionsortExample
(arr)
week-1/offline-class-1/level-1/03-Array.js:97
↓ 1 callersFunctionsplitString
(str, separator)
week-1/offline-class-1/level-1/01-String.js:51
↓ 1 callersFunctiontoLower
(str)
week-1/offline-class-1/level-1/01-String.js:72
↓ 1 callersFunctiontoUpper
(str)
week-1/offline-class-1/level-1/01-String.js:65
↓ 1 callersFunctiontrimString
(str)
week-1/offline-class-1/level-1/01-String.js:58
↓ 1 callersFunctionunshiftExample
(arr, element)
week-1/offline-class-1/level-1/03-Array.js:36
↓ 1 callersFunctionupdateTodo
(todoId: number)
week-10/1-postgres-simple/src/db/todo.ts:25
↓ 1 callersFunctionupdateTodo
(todoId: number)
week-10/2-prisma-simple/src/db/todo.ts:28
FunctionAlert
({showAlert})
week-6/2-use-callback/src/components/Assignment2.jsx:29
FunctionAlert
({showAlert})
week-6/solutions/2/components/Assignment2.jsx:29
FunctionApp
()
week-6/2-use-callback/src/App.jsx:5
FunctionApp
()
week-6/1-use-memo/src/App.jsx:6
FunctionApp
()
week-6/3-use-ref/src/App.jsx:5
FunctionAssignment1
()
week-6/2-use-callback/src/components/Assignment1.jsx:5
FunctionAssignment1
()
week-6/solutions/2/components/Assignment1.jsx:5
FunctionAssignment1
()
week-6/solutions/1/components/Assignment1.jsx:6
FunctionAssignment1
()
week-6/solutions/3/components/Assignment1.jsx:6
FunctionAssignment1
()
week-6/1-use-memo/src/components/Assignment1.jsx:6
FunctionAssignment1
()
week-6/3-use-ref/src/components/Assignment1.jsx:5
FunctionAssignment2
()
week-6/2-use-callback/src/components/Assignment2.jsx:7
FunctionAssignment2
()
week-6/solutions/2/components/Assignment2.jsx:7
FunctionAssignment2
()
week-6/solutions/1/components/Assignment2.jsx:19
FunctionAssignment2
()
week-6/solutions/3/components/Assignment2.jsx:6
FunctionAssignment2
()
week-6/1-use-memo/src/components/Assignment2.jsx:19
FunctionAssignment2
()
week-6/3-use-ref/src/components/Assignment2.jsx:5
FunctionAssignment3
()
week-6/solutions/1/components/Assignment3.jsx:5
FunctionAssignment3
()
week-6/1-use-memo/src/components/Assignment3.jsx:5
FunctionBusinessCard
(props)
week-5/solutions/level-1/BusinessCard.jsx:1
FunctionCounterButtons
({ onIncrement, onDecrement })
week-6/2-use-callback/src/components/Assignment1.jsx:26
FunctionadminMiddleware
(req, res, next)
week-3/03-mongo/solution/middleware/admin.js:4
FunctionadminMiddleware
(req, res, next)
week-3/03-mongo/middleware/admin.js:2
FunctionadminMiddleware
(req, res, next)
week-3/04-mongo-with-jwt-auth/solution/middleware/admin.js:5
FunctionadminMiddleware
(req, res, next)
week-3/04-mongo-with-jwt-auth/middleware/admin.js:2
Functionauthmiddleware
(c: any, next: Next)
week-11/solution/src/middleware/user.ts:5
FunctioncalculateTime
(t1, t2, t3)
week-2/01-async-js/hard (promises)/4-promise-chain.js:20
FunctioncalculateTime
(n)
01-js/medium/times.js:11
Methodconstructor
(name, legCount)
week-1/offline-class-1/level-2/01-Class.js:3
FunctioncreatePost
(c: Context)
week-11/solution/src/controller/postController.ts:59
MethodcreateSurvey
(req, res)
week-12/12.1 Relations/solution/src/controllers/surveyController.js:25
MethodcreateSurvey
(data)
week-12/12.1 Relations/solution/src/models/surveyModel.js:13
FunctiondecodeJwt
(token)
week-3/solutions/02.js:32
FunctiondeletePost
(c: Context)
week-11/solution/src/controller/postController.ts:205
MethoddeleteSurvey
(req, res)
week-12/12.1 Relations/solution/src/controllers/surveyController.js:44
MethoddeleteSurvey
(id)
week-12/12.1 Relations/solution/src/models/surveyModel.js:21
Methoddescribe
()
week-1/offline-class-1/level-2/01-Class.js:7
MethodgetAllSurveys
(req, res)
week-12/12.1 Relations/solution/src/controllers/surveyController.js:4
MethodgetAllSurveys
()
week-12/12.1 Relations/solution/src/models/surveyModel.js:5
FunctiongetAllUsers
(c: Context)
week-11/solution/src/controller/userController.ts:143
FunctiongetPost
(c: Context)
week-11/solution/src/controller/postController.ts:108
FunctiongetPosts
(c: Context)
week-11/solution/src/controller/postController.ts:12
FunctiongetPostsByTag
(c: Context)
week-11/solution/src/controller/tagController.ts:28
MethodgetSurveyById
(req, res)
week-12/12.1 Relations/solution/src/controllers/surveyController.js:13
MethodgetSurveyById
(id)
week-12/12.1 Relations/solution/src/models/surveyModel.js:9
FunctiongetTags
(c: Context)
week-11/solution/src/controller/tagController.ts:12
FunctiongetUserPosts
(c: Context)
week-11/solution/src/controller/postController.ts:40
next →1–100 of 125, ranked by callers