FrontEnd React Angular Question Bank
FrontEnd React Angular Question Bank
No Category Subtopics
1 JavaScript : JS
Array
Array
JavaScript : JS
Css
DOM
React
JavaScript : JS Analyse the output
Browser
JavaScript : JS String
JavaScript : JS String
Let a = [51,10,5,17,.....] - remove all elements that is divisible by and modify the original array
let a = [6,2,8,1,2]; let b = [4,2,1,3,9]; Combine 2 arrays Remove the duplicates at last sort by desc SO my
final array should look like [9,8,6,4,3,2,1];
let a = [1,6,8,7,22,55,78,9,5]; remove all array elements which are even.
What is redux? Architecture of redux? Differnce b/w redux and component states ( useState )
About react router.
How of virtual DOM is used in react?
let i;
for (i = 0; i < 3; i++) {
const log = () => { console.log(i); }
setTimeout(log, 100);
}
const str1 = "aaabbcd"; count the number of occurance of character in given string. O/p : {
a: 3,
b: 2,
c: 1,
d: 1
}
https://tinyurl.com/y2z3qgcd
https://tinyurl.com/yxh7e668
https://tinyurl.com/yxh7e668
https://www.freecodecamp.org/news/var-let-and-const-whats-the-difference/
https://tinyurl.com/yyehepvk
https://vuejs.org/v2/guide/comparison.html
https://vuejs.org/v2/guide/comparison.html
https://vuex.vuejs.org/#what-is-a-state-management-pattern
https://vuex.vuejs.org/guide/state.html
CustomerName/Mirafra Author Descrptive Questions
Category
(JS/React JS/Angular,VueJS, Status
PS/DS, FW) (New/Reviewed) Reviewed By
Complexity(High/Medium/Low)
S.No Question
1 Difference between let , var ,const
2 Difference between shallow copy and deep copy
3 update custom key value in array of objects
4 What is closures
5 what is Promises, async and await
6 What is recursive functions
7 what is redux
8 difference between vue and react js
9 What are react hooks
10 block scope
11 What is constructor?