Which of the following are closures in Javascript?
Anonymous Quiz
10%
Variables
38%
Functions
5%
Objects
47%
All of the above
var a = 1;
function bar() {
if (!a) { var a = 10; } console.log(a); } bar();
function bar() {
if (!a) { var a = 10; } console.log(a); } bar();
Anonymous Quiz
36%
10
42%
1
21%
undefined
Channel name was changed to ยซFrontend Interview Questions ๐ฎ๐ณ | ReactJs | NodeJs | JavaScript | HTML/CSSยป
function test(...args) {
console.log(typeof args);
} test(12);
console.log(typeof args);
} test(12);
Anonymous Quiz
12%
NaN
43%
Number
23%
Object
22%
Array
What is true for the keys given to a list of elements in React?
Anonymous Quiz
58%
Unique in the DOM.
32%
Unique among the siblings only.
6%
Do not require to be unique.
4%
None of the above.
Uploaded the Mock Interview Video ๐๐
GO & WATCH NOW ๐๐๐๐
https://youtu.be/Ynl_ZdH5G4w
๐๐๐๐
GO & WATCH NOW ๐๐๐๐
https://youtu.be/Ynl_ZdH5G4w
๐๐๐๐
YouTube
React & JavaScript Mock Technical Interview - [Most Asked Questions-2022]
Send your Interview Video at dev.roshann@gmail.com
Join Telegram group - https://t.me/Reactjs_Interview
Instagram - http://instagram.com/dev.roshan_
Buy me a Coffee - https://www.buymeacoffee.com/dev_roshan
advanced reactjs interview questions
tcs reactโฆ
Join Telegram group - https://t.me/Reactjs_Interview
Instagram - http://instagram.com/dev.roshan_
Buy me a Coffee - https://www.buymeacoffee.com/dev_roshan
advanced reactjs interview questions
tcs reactโฆ
const obj = { foo: 1 };
obj.bar = 2;
obj.bar = 2;
Anonymous Quiz
9%
{ foo: 1 }
71%
{ foo: 1, bar: 2 }
5%
{ foo: 1, 2: bar }
15%
None of the above
function*ย gen() {ย
ย yield;ย ย
} var mygen = gen(); console.log(mygen.next().value);
ย yield;ย ย
} var mygen = gen(); console.log(mygen.next().value);
Anonymous Quiz
8%
0
21%
1
65%
Undefined
6%
None of the above
let num1 = [40,50,60];
let num2 = [10,20,30,...num1,70,80,90,100];
console.log(num2);
let num2 = [10,20,30,...num1,70,80,90,100];
console.log(num2);
Anonymous Quiz
6%
[10,20,30,num1,70,80,90,100]
20%
[10,20,30,[40,50,60],70,80,90,100]
70%
[ 10, 20, 30, 40, 50, 60, 70, 80, 90, 100 ]
4%
None of the above
function show(...args) {
let sum = 0;
for (let i of args) { sum += i; } console.log("Sum = "+sum); } show(10, 20, 30);
let sum = 0;
for (let i of args) { sum += i; } console.log("Sum = "+sum); } show(10, 20, 30);
Anonymous Quiz
65%
60
15%
Undefined
12%
Error
2%
10
6%
None of the above
๐๐ Go & Watch now! ๐ฅณ
โ๏ธ L&T (LTI) ReactJs Frontend Interview - (Round 1)
โ Selected โ
โ ๏ธ I'll remove the Company name from the title after a few hours.
๐๐
https://youtu.be/mgibv2rXiEU
๐๐
I'll upload the ๐ 2nd round video also If I get the good Response ๐๐
.
โ๏ธ L&T (LTI) ReactJs Frontend Interview - (Round 1)
โ Selected โ
โ ๏ธ I'll remove the Company name from the title after a few hours.
๐๐
https://youtu.be/mgibv2rXiEU
๐๐
I'll upload the ๐ 2nd round video also If I get the good Response ๐๐
.
YouTube
Cognizant ReactJs Interview (Round-1) | ๐ Selected | ReactJs & Javascript | Frontend
this is just the interview experience and If you know the right answers please comment below which can also help others.
Please don't judge and comments on my answers.
Send your Interview Video at dev.roshann@gmail.com
Join Telegram group - https://tโฆ
Please don't judge and comments on my answers.
Send your Interview Video at dev.roshann@gmail.com
Join Telegram group - https://tโฆ
let greeting =['Good','Morning'];
let [g1, g2] = greeting; console.log (g1, g2);
let [g1, g2] = greeting; console.log (g1, g2);
Anonymous Quiz
68%
Good Morning
9%
Error
21%
Undefined undefined
2%
None
What is the JavaScript code snippet to find all container elements with class โrevealโ?
Anonymous Quiz
12%
var elements = document.getElementByName(โrevealโ);
43%
var elements = document.getElementByClassName(โrevealโ);
39%
var elements = document.getElementsByClassName(โrevealโ);
6%
var elements = document.getElementsClassName(โrevealโ);
Frontend Interview Questions ๐ฎ๐ณ | ReactJs | NodeJs | JavaScript | HTML/CSS pinned ยซHi @All ๐You can Join our Discord Channel ๐ https://discord.gg/AGvK4KVHjG ๐๐ยป
Hello Everyone๐
All the deleted videos will be uploaded to this channel
๐๐
https://youtu.be/zguhGHVUzIM
๐๐๐
Don't forget to Subscribe โ
๐๐๐๐๐๐๐๐๐๐๐๐
All the deleted videos will be uploaded to this channel
๐๐
https://youtu.be/zguhGHVUzIM
๐๐๐
Don't forget to Subscribe โ
๐๐๐๐๐๐๐๐๐๐๐๐
Frontend Interview Questions ๐ฎ๐ณ | ReactJs | NodeJs | JavaScript | HTML/CSS pinned ยซHello Everyone๐ All the deleted videos will be uploaded to this channel ๐๐ https://youtu.be/zguhGHVUzIM ๐๐๐ Don't forget to Subscribe โ
๐๐๐๐๐๐๐๐๐๐๐๐ยป
๐๐ Go & Watch now! ๐ฅณ
โ๏ธ Cognizant ReactJs Frontend Interview - (Round 1)
โ Selected โ
โ ๏ธ I have updated the Company name.
๐๐
https://youtu.be/zguhGHVUzIM
๐๐
I'll upload the ๐ 2nd round video also If I get the good Response ๐๐
๐ฅ Don't forget to Subscribe ๐ฅ
.
โ๏ธ Cognizant ReactJs Frontend Interview - (Round 1)
โ Selected โ
โ ๏ธ I have updated the Company name.
๐๐
https://youtu.be/zguhGHVUzIM
๐๐
I'll upload the ๐ 2nd round video also If I get the good Response ๐๐
๐ฅ Don't forget to Subscribe ๐ฅ
.
YouTube
Cognizant ReactJs Interview | ๐ Selected | ReactJs & Javascript | Frontend Interview
This is just the interview experience and If you know the right answers please comment below which can also help others.
- (Round -2) Cognizant ReactJs Frontend Interview
https://youtu.be/h4QOOvzk0UM
-Infosys ReactJs coding Interview | ๐ Selected | JavaScriptโฆ
- (Round -2) Cognizant ReactJs Frontend Interview
https://youtu.be/h4QOOvzk0UM
-Infosys ReactJs coding Interview | ๐ Selected | JavaScriptโฆ
Promise.resolve('Success!')
.then(data => {
return data.toUpperCase() }) .then(data => { console.log(data) })
.then(data => {
return data.toUpperCase() }) .then(data => { console.log(data) })
Anonymous Quiz
35%
"Success!" and "SUCCESS!"
10%
"Success!"
50%
"SUCCESS!"
5%
Nothing