MCPcopy Create free account

hub / github.com/Techtonica/curriculum / functions

Functions247 in github.com/Techtonica/curriculum

FunctionListStudents
()
projects/2023TemplateWithVite/client/src/components/ListStudents.jsx:6
FunctionMessage
(props)
pair-programming/week-7/react-forms-continued/src/Components/message.jsx:1
FunctionMessage
({ email })
objectives/quizzes/week_10/passingprops/src/components/message.jsx:1
FunctionMyForm
({ onSaveStudent, editingStudent, onUpdateStudent })
projects/2023TemplateWithVite/client/src/components/Form.jsx:4
FunctionMyNavBar
(props)
projects/2023TemplateWithVite/client/src/routes/Navbar.jsx:6
FunctionRegisterYourCatForm
({ COLORS, values, handleSubmit, handleChange })
pair-programming/week-7/react-forms/RegisterYourCatForm.js:1
FunctionRegisterYourCatForm
({ COLORS, values, handleSubmit, handleChange })
pair-programming/week-7/react-forms/src/App.jsx:4
FunctionRegisterYourCatForm
(props)
pair-programming/week-7/react-forms-continued/src/Components/form.jsx:5
FunctionScenario
objectives/quizzes/week_9/Quiz-RTL-Testing-Effects/src/components/Scenario.js:3
FunctionStudent
({ student, toUpdate, toDelete })
projects/2023TemplateWithVite/client/src/components/Student.jsx:6
FunctionTimeout
()
objectives/quizzes/week_12/Quiz-RTL-Testing-setTimeout/src/components/Timeout/Timeout.js:4
FunctionWeather
()
pair-programming/week-5/Weather_Forecast_App/src/Weather.jsx:3
Method__init__
(self)
javascript/restaurant recommender/design_yelp.py:16
Method__init__
(self, name)
javascript/restaurant recommender/design_yelp.py:220
Method__init__
(self, id, name)
javascript/restaurant recommender/design_yelp.py:242
Method__init__
(self, id, name)
javascript/restaurant recommender/design_yelp.py:267
Method__init__
(self, type='min')
javascript/restaurant recommender/Heap.py:7
Method__repr__
(self)
javascript/restaurant recommender/design_yelp.py:224
Method__repr__
(self)
javascript/restaurant recommender/design_yelp.py:274
MethodaddAvailableTickets
(name, price)
pair-programming/week-4/mini-project-OOP/event.js:15
Methodadd_rating
Add rating to the system
javascript/restaurant recommender/design_yelp.py:81
Methodadd_rating
(self, score)
javascript/restaurant recommender/design_yelp.py:277
Functionadd_sum_of_ages
(friends)
code-challenges/Week_4/Map_Practice.py:7
MethodallTickets
()
pair-programming/week-4/mini-project-OOP/event.js:19
FunctioncallAPI
(URL, options = { method: 'GET' })
objectives/quizzes/week_12/Quiz-RTL-Testing-setTimeout/src/useAPI.js:13
FunctioncallAPI
(URL, options = { method: 'GET' })
objectives/quizzes/week_9/Quiz-RTL-Testing-Effects/src/useAPI.js:13
FunctioncallAPI
(URL, options = { method: 'GET' })
objectives/quizzes/week_9/Quiz-RTL-Testing-Input/src/useAPI.js:13
FunctioncallAPI
(URL, options = { method: "GET" })
objectives/quizzes/week_9/Quiz-RTL-Testing-Fetches/src/useAPI.js:13
FunctioncallAPI
(URL, options = { method: 'GET' })
objectives/quizzes/week_11/Quiz-RTL-Testing-Controlled-Component/src/useAPI.js:13
FunctionchangeBackgroundToRed
()
objectives/quizzes/week_12/dom_manipulation_quiz/src/index.js:36
FunctionclearCache
()
electives/optimization/optimizing-your-react-node-project/src/components/EventfulSearch.tsx:147
FunctionconnectToBackend
()
pair-programming/week-7/react-express-app/starter-code/React-express-starter-code/client/src/App.js:7
FunctionconstructRoutes
(app, database)
testing-and-tdd/todo-api-integration-testing-project/setup.js:5
Methodconstructor
(userService)
code-challenges/Week_8/Jest_Integration_and_Unit_Testing/userController.js:4
Methodconstructor
(apiUrl)
code-challenges/Week_8/Jest_Integration_and_Unit_Testing/userService.js:2
Methodconstructor
()
code-challenges/Week_6/Working_With_Promises/Working_with_Promises.js:12
Methodconstructor
(name, price)
pair-programming/week-4/mini-project-OOP/event.js:2
Methodconstructor
(name, description)
pair-programming/week-4/mini-project-OOP/event.js:9
FunctioncountOccurencesA
(array)
runtime-complexity/runtime2-comparisions.js:70
FunctioncountOccurencesB
(array)
runtime-complexity/runtime2-comparisions.js:87
FunctioncountOccurencesC
(array)
runtime-complexity/runtime2-comparisions.js:106
FunctioncountVowels
(str)
code-challenges/Week_11/How-Many-Vowels.js:25
Functioncount_coffee_shops_by_neighborhood
(coffee_shops)
code-challenges/Week_4/Filter_and_Reduce.py:22
FunctiondecodeFixedPositionMessage
()
pair-programming/week-1/Week-1-PP-Slice-and-Split/index.js:37
Functionexercise1
(num1)
prework/2_ConditionalsExercise.js:53
Functionexercise10
(num10)
prework/2_ConditionalsExercise.js:218
Functionexercise2
(num2)
prework/2_ConditionalsExercise.js:75
Functionexercise3
(num3)
prework/2_ConditionalsExercise.js:96
Functionexercise4
(varA, varB)
prework/2_ConditionalsExercise.js:114
Functionexercise6
(varA, varB, varC)
prework/2_ConditionalsExercise.js:135
Functionexercise7
(num7)
prework/2_ConditionalsExercise.js:160
Functionexercise8
(amount1, amount2, minimum, maximum)
prework/2_ConditionalsExercise.js:177
Functionexercise9
(item)
prework/2_ConditionalsExercise.js:196
Functionextract_unique_categories
(menu_items)
code-challenges/Week_4/Filter_and_Reduce.py:19
Functionfactorial
(n)
pair-programming/week-7/Factorial_Calculation_Using_Recursion.js:5
FunctionfetchData
()
code-challenges/Week_6/Working_With_Promises/Working_with_Promises.js:7
FunctionfetchData
()
pair-programming/week-5/Weather_Forecast_App/src/Weather.jsx:9
FunctionfetchLordOfTheRingsBookTitle
()
objectives/quizzes/week_12/fetch_api_data/src/App.js:7
Functionfilter_numbers
(numbers)
code-challenges/Week_4/Filter_and_Reduce.py:13
FunctionfindDuplicatesA
(array)
runtime-complexity/runtime2-comparisions.js:15
FunctionfindDuplicatesB
(array)
runtime-complexity/runtime2-comparisions.js:27
FunctionfindDuplicatesC
(array)
runtime-complexity/runtime2-comparisions.js:40
FunctionfindDuplicatesD
(array)
runtime-complexity/runtime2-comparisions.js:53
Functionframe
()
objectives/quizzes/week_12/dom_manipulation_quiz/src/index.js:63
FunctiongenerateRandomColor
()
objectives/quizzes/week_12/dom_manipulation_quiz/src/index.js:28
Functiongenerate_initials_and_age
(friends)
code-challenges/Week_4/Map_Practice.py:11
MethodgetUserData
(userId)
code-challenges/Week_8/Jest_Integration_and_Unit_Testing/userController.js:8
MethodgetUserData
(userId)
code-challenges/Week_8/Jest_Integration_and_Unit_Testing/userService.js:6
Functionget_older_than_avg
(friends)
code-challenges/Week_4/Map_Practice.py:9
FunctionhandleCheckChange
(event)
projects/2023TemplateWithVite/client/src/components/Form.jsx:25
FunctionhandleClick
()
pair-programming/week-4/react-props/src/App.jsx:4
FunctionhandleClick
()
pair-programming/week-4/passing_props_from_child_to_parent/src/App.jsx:9
FunctionhandleClick
(event)
pair-programming/week-4/button-component/src/App.js:4
FunctionhandleDecrement
()
pair-programming/week-5/react-couter-app/App.js:10
FunctionhandleIncrement
()
pair-programming/week-5/react-couter-app/App.js:6
FunctionhandleInputAgeChange
(event)
objectives/quizzes/week_11/Quiz_Form_Validation_Testing/src/components/form.js:39
FunctionhandleInputChange
(event)
pair-programming/week-5/Weather_Forecast_App/src/Weather.jsx:11
FunctionhandleInputChange
(e)
objectives/quizzes/week_10/passingprops/src/components/form.jsx:6
FunctionhandleInputEmailChange
(event)
objectives/quizzes/week_11/Quiz_Form_Validation_Testing/src/components/form.js:19
FunctionhandleInputNameChange
(event)
objectives/quizzes/week_11/Quiz_Form_Validation_Testing/src/components/form.js:29
FunctionhandleLastnameChange
(event)
projects/2023TemplateWithVite/client/src/components/Form.jsx:20
FunctionhandleNameChange
(event)
projects/2023TemplateWithVite/client/src/components/Form.jsx:15
FunctionhandleOSizeChange
(event)
objectives/quizzes/week_9/quiz-css-variables/src/App.js:13
FunctionhandleOnSubmit
(data)
objectives/quizzes/week_11/Quiz_Form_Validation_Testing/src/App.js:10
FunctionhandleReceiveData
(data)
objectives/quizzes/week_10/passingprops/src/App.jsx:9
FunctionhandleReset
()
pair-programming/week-5/react-couter-app/App.js:14
FunctionhandleSearch
(e: React.FormEvent)
electives/optimization/optimizing-your-react-node-project/src/components/EventfulSearch.tsx:142
FunctionhandleSendData
()
objectives/quizzes/week_10/passingprops/src/components/form.jsx:10
FunctionhandleSubmit
(e)
projects/2023TemplateWithVite/client/src/components/Form.jsx:72
FunctionhandleSubmit
(event)
pair-programming/week-5/Weather_Forecast_App/src/Weather.jsx:15
FunctionhandleSubmit
(event)
pair-programming/week-7/react-forms-continued/src/Components/form.jsx:18
Functioninvert
()
testing-and-tdd/jasmine-pair-activity.js:18
FunctioninvertBackgroundColor
()
objectives/quizzes/week_12/dom_manipulation_quiz/src/index.js:53
FunctionisValidColor
(string)
pair-programming/week-2/JS_DOM_Manipulation/script.js:2
FunctionlistNewsPaper
(arr)
pair-programming/week-2/newspaper-list/script.js:10
FunctionmockGetTodo
(todoCallback)
testing-and-tdd/todo-api-integration-testing-project/test/api.test.js:23
FunctionmoveAnimation
()
objectives/quizzes/week_12/dom_manipulation_quiz/src/index.js:59
Functionmove_first_n_to_end
(lst, n)
code-challenges/Week_5/Reverse_and_Rotate_Array_Elements.py:11
Functionmove_first_to_end
(lst)
code-challenges/Week_5/Pop_Shift_and_Unshift_Elements.py:3
Functionmove_item_to_end
(lst, item)
code-challenges/Week_5/Remove_Duplicates_and_Add_Elements.py:3
← previousnext →101–200 of 247, ranked by callers