Are you a Dr. Frontend? ๐
Someone made this Creative Frontend Roadmap๐ฅ
https://t.me/Reactjs_Interview
Someone made this Creative Frontend Roadmap๐ฅ
https://t.me/Reactjs_Interview
Which one is correct way to Reverse a String
Anonymous Quiz
48%
str.split(""). reverse ().join("")
6%
[...str]. reverse ().join("")
44%
str.reverse()
1%
None
How is `+=` read correctly?
Anonymous Quiz
26%
Increament
59%
Assignment with addition
15%
Plus and Equal
What is Babel ?
Anonymous Quiz
38%
A Transpiler
12%
An Interpreter
21%
A Compiler
29%
Both Compiler & Transpiler
for(var i=0; i<10;i++){
console.log(i);
} console.log(i);
console.log(i);
} console.log(i);
Anonymous Quiz
15%
1,2,3,4,5,6,7,8,9,10
35%
0,1,2,3,4,5,6,7,8,9
33%
0,1,2,3,4,5,6,7,8,9,10
3%
9,9,9,9,9,9,9,9,9,10
13%
10,10,10,10,10,10,10,10,10,10
When do you use useLayoutEffect?
Anonymous Quiz
17%
To optimise for all devices
8%
To complete the update
45%
To change the Layout of the Screen
31%
When you need the browser to paint before the effects run
#Meesho Interview Question Video Uploaded
๐๐ Go & Watch ๐๐
๐๐https://youtu.be/Io3tOxadi7Y ๐๐
๐๐๐
๐๐ Go & Watch ๐๐
๐๐https://youtu.be/Io3tOxadi7Y ๐๐
๐๐๐
YouTube
Meesho ReactJs/Frontend Interview Experience - Javascript and React JS Interview Questions Explained
This is just the interview experience and If you know the right answers please comment below which can also help others.
Send your interview video at dev.roshann@gmail.com
Meesho React Js and Javascript interview
Meesho ReactJs Interview question answersโฆ
Send your interview video at dev.roshann@gmail.com
Meesho React Js and Javascript interview
Meesho ReactJs Interview question answersโฆ
What is the use of the <noscript> tag in Javascript?
Anonymous Quiz
11%
Clears all the cookies and cache.
43%
The contents are displayed by non-JS-based browsers.
36%
Both A and B.
10%
None of the above.
๐ฐ ๐ค Bounty Program ๐ค ๐ธ
Hi @All
I'm sharing an opportunity to make money by sharing me your real Interview videos so that we'll have a collection of interview videos to support each other for the preparation. ๐
You can share your interview Videos at dev.roshann@gmail.com
โ ๏ธ If you don't like please ignore it.
Hi @All
I'm sharing an opportunity to make money by sharing me your real Interview videos so that we'll have a collection of interview videos to support each other for the preparation. ๐
You can share your interview Videos at dev.roshann@gmail.com
โ ๏ธ If you don't like please ignore it.
Frontend Interview Questions ๐ฎ๐ณ | ReactJs | NodeJs | JavaScript | HTML/CSS
๐ฐ ๐ค Bounty Program ๐ค ๐ธ Hi @All I'm sharing an opportunity to make money by sharing me your real Interview videos so that we'll have a collection of interview videos to support each other for the preparation. ๐ You can share your interview Videos at dโฆ
For any query ๐ @mr_rxn
a = [1, 2, 3, 4, 5];
console.log(a.slice(2, 4));
console.log(a.slice(2, 4));
Anonymous Quiz
41%
3, 4
9%
2, 3
42%
3, 4, 5
9%
2, 3, 4
console.log(parseInt("123Hello"));
console.log(parseInt("Hello123"));
console.log(parseInt("Hello123"));
Anonymous Quiz
23%
123 NaN
27%
123Hello Hello123
39%
NaN NaN
11%
123 123
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ยป