Frontend javascript fresher mock interview | Javascript | Ep.3

preview_player
Показать описание
Want to give mock interview? Then join our whatsapp channel at the below link and we will update you there :

__
__
__
Timestamps :
1. In this video [00:00:00]
2. Introduction [00:05:05]
3. Verdict [00:37:12]

Topics covered :
1. Frontend javascript round
2. Frontend javascript interview round
3. Frontend mock interview
4. Javascript interview questions
5. JS interview questions
6. JS questions
7. JS coding questions
Рекомендации по теме
Комментарии
Автор

Thank u sir, for giving me the opportunity to be interviewed❤

unstoppable-ayush
Автор

when i watched this interview my confidence comeback.... i like u r mock interview i learn many things from this video i will prepare very well.

shubhamvats
Автор

Thank you so mach for this type of series. I solved last interview question that is infinite comments... And now going to solve this question 😊

developer_ravi
Автор

whoa! just got the recommendation for your ep2 of this series and now ep3 came.

rkee
Автор

Reference MDN :-

A closure is the combination of a function bundled together (enclosed) with references to its surrounding state (the lexical environment). In other words, a closure gives a function access to its outer scope. In JavaScript, closures are created every time a function is created, at function creation time.

TooniverseAnime
Автор

Nice interview loved to hear concept and see confidence. Definitely u will succeed ❤❤

Amazingrock
Автор

maybe not applicable for every scenario but

function deepCopy(obj) {
return
}

Suman-tv
Автор

can you tell me how to prepare for react js internship
what type of questions i need to focus

Devanshugoel
Автор

Previous interviews se bohot jyada easy tha

webdesignersandip
Автор

// Define an outer function
function outerFunction(outerVariable) {
// Define an inner function (closure)
return function innerFunction(innerVariable) {
console.log('Outer Variable: ' + outerVariable);
console.log('Inner Variable: ' + innerVariable);
};
}

// Create a closure by calling outerFunction
const closureFunction = outerFunction('Hello');

// Check the type of closureFunction
console.log(typeof closureFunction); // "function"

// Invoke the closure
closureFunction('World');
// Output:
// Outer Variable: Hello
// Inner Variable: World

Conclusion: closure is a function is not a wrong statement .

Anonymous-db
Автор

sir, please provide document file of questions of every interview vedio in description box, so that we can also try the questions for practise

Well_wisher_bro.
Автор

Please also provide the questions screenshot on the screen. For bettr view

vishalbhardwaj
Автор

Solution of DeepCopy question

const ritikRuns={name:"Ritik", score:10, ball:{type:{subType:"leather"}}}
const otherRuns=deepCopy(ritikRuns)



console.log(ritikRuns)
console.log(otherRuns)

function deepCopy(obj, createClone=true){
if(createClone)obj={...obj}
for(let key in obj){

obj[key]=deepCopy(obj[key])
}
}
return {...obj}
}

_tanmaybhansali
Автор

Kay really aise hi interview hota hai usually? And bande ka interview kaysa laga apko

Badshah_
Автор

Can a BCom graduate become a full stack developer? Please guide me 😔

Rajput
Автор

Sir pls take my interview on Django. 😊❤

priyeshpandey
Автор

Sir interview pura english me hota hai ya hr pe depend krta hai hindi english both use kr skte hai?

anamikabajpai
Автор

Hi I am 3rd year student doing BTech from a tier 3 college. Currently I don't know anything about development and dsa. Don't know how to start, from where to start. If you can guide me It will be very helpful for me

ankuryadav
Автор

he is right closure is a function. you are wrong

greenshaheen
Автор

Is there a DSA round in interviews? Which language do you prefer for problem solving?

ayaniegain
welcome to shbcf.ru