What is a strict mode in javascript and Why do you need strict mode?
|
|
0
|
2
|
March 24, 2025
|
What are modules and why do you need modules?
|
|
0
|
1
|
March 24, 2025
|
What is the Temporal Dead Zone?
|
|
0
|
1
|
March 24, 2025
|
Why is the ‘!important’ used in CSS?
|
|
0
|
0
|
March 24, 2025
|
How nodejs handled concurrent request
|
|
0
|
0
|
March 24, 2025
|
How to restructure an object and assign it a new name?
|
|
0
|
1
|
March 24, 2025
|
How can we filter numbers from an array? Explain with the help of an example
|
|
0
|
0
|
March 24, 2025
|
In which lifeCycle method should you perform cleanup taks (like cancelling network requests) for class components?
|
|
0
|
1
|
March 24, 2025
|
Difference between map and filter
|
|
0
|
4
|
March 24, 2025
|
Tell me about ID and class in CSS?
|
|
0
|
0
|
March 24, 2025
|
What is the difference between HTML element and tags
|
|
0
|
0
|
March 24, 2025
|
What does the React.Fragment do?
|
|
0
|
0
|
March 24, 2025
|
What does the shouldCOmponenetUpdate method return to optimize the update process
|
|
0
|
0
|
March 24, 2025
|
How to increase performance in React?
|
|
0
|
0
|
March 24, 2025
|
What is the rationale behind using a try-catch block in coding?
|
|
0
|
1
|
March 24, 2025
|
What is lazy loading and debouncing?
|
|
0
|
3
|
March 24, 2025
|
Provide an overview of the latest features introduced in the most recent version of React?
|
|
0
|
1
|
March 24, 2025
|
Does JavaScript always pass the value or reference?
|
|
0
|
4
|
March 24, 2025
|
Explain the UseEffect and the UseRef react hooks
|
|
0
|
0
|
March 24, 2025
|
Design a polyfill for different promise functions
|
|
0
|
5
|
March 24, 2025
|
What is conditional rendering? how does it work? Explain with the help of an example
|
|
0
|
1
|
March 24, 2025
|
What is pure component?
|
|
0
|
1
|
March 24, 2025
|
What is the process of hoisting for normal and arrow functions, and what are the differences between them?
|
|
0
|
9
|
March 24, 2025
|
When does a component re-render in React? Does the entire tree re-render or when does it decide which component to re-render which not to?
|
|
0
|
2
|
March 24, 2025
|
What can't we mutate the states in React?
|
|
0
|
0
|
March 24, 2025
|
Difference between useCallback and useMemo
|
|
0
|
4
|
March 24, 2025
|
What is process object in node?
|
|
0
|
3
|
March 24, 2025
|
What is the method for applying styling to handle overflow in a sentence?
|
|
0
|
0
|
March 24, 2025
|
How to filter nested array object?
|
|
0
|
0
|
March 24, 2025
|
How can lifecycle methods be implemented in functional components
|
|
0
|
0
|
March 24, 2025
|