Those who want to give mock interview can mail on practicemocks223@gmail.com OR rdev67891@gmail.com. I have around 2.5 years of experience in Frontend development and given around 100+ interviews. I know what it takes to crack the interview and I will be able to guide you accordingly as per the industry standards. After your interview, feedback will be given to you personally in the way you can give better interviews in the near future. Feedback includes: 1.Your doubts 2.Which are the resources that can help you to grow? 3.What are the things or the skills required you to give an edge above other candidates for job selection? 4.Where you can apply for jobs, etc and many more...
function stringAndNumber(a,b) { let loop = a.length > b.length ? a : b let res="" for(let item in loop) { let x = a[item] ? a[item] : "" let y = b[item] ? b[item] : '' res = res + x + y } console.log(res) } stringAndNumber(str,str2)
Sharp questions that probe both fundamental knowledge and problem-solving approach. Refreshing to see an interviewer focus on essentials rather than trivial or overly time-consuming queries. Well done to the interviewer for getting straight to the point. ❤
function test(record){ if(record==JSON.stringify({age:28})){ console.log(`You're an adult`) } else if(record==={age:28}){ console.log(`You're still an adult`) } else{ console.log("No record") } } test(JSON.stringify({age:28}))
what 's the solution of this code function test(record) { if(record == {age:28}) { console.log("you are 28") } else if(record === {age:38}) { console.log("you are 38") } else { console.log("no record") } } // test({ // age:28 // }) how to pass data to test function
Those who want to give mock interview can mail on practicemocks223@gmail.com OR rdev67891@gmail.com.
I have around 2.5 years of experience in Frontend development and given around 100+ interviews.
I know what it takes to crack the interview and I will be able to guide you accordingly as per the industry standards.
After your interview, feedback will be given to you personally in the way you can give better interviews in the near future.
Feedback includes:
1.Your doubts
2.Which are the resources that can help you to grow?
3.What are the things or the skills required you to give an edge above other candidates for job selection?
4.Where you can apply for jobs, etc and many more...
I hate this type of interviews, its okay to ask 3 or 4 trick questions, but no where in real world we will use all these.
bro try to understand i faced more difficult questions compare to this , its gives us knowledge and we wont do mistake , it makes us perfect
Yes I know its not real, even in some real interview they ask just coding without even touching other things or asking real world questions
interview qns are not just about what applications are in real world, these are just to know that how much are u about the way of working of language
function printAlt(str,str2){
let len = str.length
let len2 = str2.length;
let max = Math.max(len,len2);
let res = ""
let pt = 0;
while(pt
function stringAndNumber(a,b) {
let loop = a.length > b.length ? a : b
let res=""
for(let item in loop) {
let x = a[item] ? a[item] : ""
let y = b[item] ? b[item] : ''
res = res + x + y
}
console.log(res)
}
stringAndNumber(str,str2)
First you need to convert param value in string then length property will work
Thanks for such interview videos! Really helpful...
Sharp questions that probe both fundamental knowledge and problem-solving approach. Refreshing to see an interviewer focus on essentials rather than trivial or overly time-consuming queries.
Well done to the interviewer for getting straight to the point. ❤
Thanks for your lovely feedback...
Frontend interview but all you asked is trick js questions
Yes, I wanted to continue with React questions but due to time constraint, we couldn't continue the interview.
Json stringify to match the condition of objects
19:22 i did not know that and how to make first condition true in test function in previous question
function test(record){
if(record==JSON.stringify({age:28})){
console.log(`You're an adult`)
}
else if(record==={age:28}){
console.log(`You're still an adult`)
}
else{
console.log("No record")
}
}
test(JSON.stringify({age:28}))
@rashikaveera3432 ty
Can you share the all the interview questions that you commented ??
Brother,How much experience do you have?
im so incredibly confused
r u sure he has 3 years of experience?
Very useful content
sir is this the normal level of interview? like what is it beginner ,Intermediate or expert?
3 year experience Frontend developer interview
5:32 strictly check mode
Bhai iska interview schedule kaise ho gya😊
You are employed?
what 's the solution of this code
function test(record) {
if(record == {age:28}) {
console.log("you are 28")
} else if(record === {age:38}) {
console.log("you are 38")
} else {
console.log("no record")
}
}
// test({
// age:28
// })
how to pass data to test function
could you please explain.
output shows "no record" and theres a warning in [ else if (===) ]
objects are not comparable because they hold different reference in memory
Data is already passed in test function
else if (record.age == 28) {
console.log("BLUD you are still an adult");
}
function isEqual(obj1, obj2) {
return JSON.stringify(obj1) === JSON.stringify(obj2);
}
function test(record) {
if (isEqual(record, { age: 28 })) {
console.log("You are an adult");
} else {
console.log("No Record");
}
}
test({ age: 28 });
Is this 3 years of experience? Looks like 6 months tho
Everyone is not as good as you !
I also hate this interview no usage.. if it is a real interview then provide the answer also..
First quations was too easy and it is basic to know ,
Plz share these question also
Bro 50lpq ka package tha ky itna questions puch liya😂😂
🙂👍🏻