Frontend
Determining the output sequence in the console (Example №99)
Updating DOM after button click in a React component
Checking for a subsequence in a string
Custom implementation of the filter function
Detect and fix bugs in the component
How do var and let behave during variable hoisting
Determining the order of output to the console – example 16
Custom throttle: implementation of a call frequency limiting function
Component rerendering on button click in React
Determining if one string can be formed from the characters of another
Selection of tasks containing a separate word
Determining the order of output to the console (task 24)
Creating a custom hook to determine the first render
Creating controlled and uncontrolled input fields
Swapping variable values using destructuring assignment
Asynchronous delay of execution using the sleep function
Creating your own Set class
Custom implementation of the bind function
Transform the string, making the first letter uppercase
Detect and fix bugs in a React component