Don't forget to subscribe 🙌 Thank you for watching... Have a great day 😇 -AI
@aasthajain10622 жыл бұрын
Its so great 👍, rather thn just simply telling the topics u have actually made it more easy to understand the logics . Great going 👏
@parthvishwa82862 жыл бұрын
Great work brother. Seriously.. what I can see is that there's nothing wrong with your skills, but I believe there is a problem with mentality of companies/recruiters. Nowadays specifically for react they look for people with work ex as 4+ or 5+ yrs. looks like they cant trust someone whos worked a lot and had a nice exposure in early phases of his career. I too work on react and I see it all the time. You just need to accept this reality and wait for the right opportunity to come. All the Best 👍
@sandeepgarg32002 жыл бұрын
Hi Akash, Excellent explanation. But if possible can you elaborate a bit about why we are returning the function and how it is actually working underhood. Basically, the concept of closure and its use to achieve this and why we use it instead of a regular implementation.
@RavindraSingh-lp9pl Жыл бұрын
@Akash Ingole..please create more Machine Coding React interview questions
@RavindraSingh-lp9pl Жыл бұрын
@akash ingole..please make DSA series also the commonly asked in React Job
@akashingole Жыл бұрын
Please check this - kzbin.info/aero/PLAjOh0819rC3R8orm7bOag7ENKlRXJN4x
@salmanSyntax2 жыл бұрын
Great work bro 🙌🏼
@kuldeepchouhan014310 ай бұрын
Where you revise js and react before the interviews
@lokeshagarwal8732 жыл бұрын
Keep rocking bro !!!!
@someorother52722 жыл бұрын
For the first question Can we splice the strings into two character arrays And then loop on one array and use contains to check if it exists in the second array If anything is not matching then we have a false else true
@sajalgupta73452 жыл бұрын
This is really bad from Airtel's point of view. You have answered more than 90% correct and still not through to next round.
@saitejagatadi97119 ай бұрын
Thank you ❤
@Abhishek-jk9zp2 жыл бұрын
Great work, keep it up !
@abhishekrai56622 жыл бұрын
Should i be afraid 🙂 i didn't knew most of the javascript concepts
@realinit2 жыл бұрын
No, Prepare You can crack it its just matter of time and hard work you will do to make this happen
@pawangupta6161 Жыл бұрын
Do companies ask DSA if someone has experience of 1 year in frontend.
@akashingole Жыл бұрын
Yes they can ask. It totally depends upon company interview process
@radheshyamkumar2892 жыл бұрын
can we use some other language (C++/Java) for DSA questions, or in only Javascript
@akashingole2 жыл бұрын
You can ask the interviewer about the same 🙂
@jaideep11542 жыл бұрын
Great Content ! subscribed :)
@soumyaranjanpanda75322 жыл бұрын
Great content 🙂
@narenderkonka90012 жыл бұрын
can you please share react code
@altafmansuri40772 жыл бұрын
how much year of experience this interview was for?
@akashingole2 жыл бұрын
3 or 3+
@velayudhakashimudaliar21952 жыл бұрын
12:12 line number 94, shouldn't the logMessage function be called with parenthesis?
@ananthadm2 жыл бұрын
He is not invoking it just passing as callback.
@trendingindia9722 жыл бұрын
bhai code bhi share kar deta on github kya yaar tum bhi
@beenatiwari43652 жыл бұрын
While creating todo aap at line 20 you are calling update state fun inside which you are passing an object like this [name]:val . what is that I am not getting that..can u plz explain
@akashingole2 жыл бұрын
It is one of the way of adding dynamic key in object
@codecrayon9120 Жыл бұрын
Think of it like this. Suppose you have an object with some key-value pairs. You want to update the value of some key dynamically, instead of setting statically. What you'd do in such a scenario is to save the key name in a variable. Eg., Obj = { "name": "Rajesh", "age": 24} We have a variable that keeps the value of the key dynamically: let keyName = "name" We'd update it like this: [keyName]: "Suresh" This is similar to doing it like this: "name": "Suresh"
@nishantsharma72672 жыл бұрын
Helpful
@motivationalStuffVideos2 жыл бұрын
haha same i have given the interview interview went well but rejected don't know what happen
@tarundurbha53988 ай бұрын
you are wearing same T-Shirt in all videos
@sukdipkar81082 жыл бұрын
Can I solve ds qs in Java for frontend developer?
@realinit2 жыл бұрын
if you know Java then why you want to give frontend interview ?
@karann33352 жыл бұрын
bro can you explain the reason of this part 24:12
@ashish219992 жыл бұрын
Output he gave and question is different
@narendrareddyyarramreddy20072 жыл бұрын
Why were you rejected even though you answered them all?
@realinit2 жыл бұрын
Sometimes they are evaluating other candidates as well then they will check who come in less amout :)
@sachinnaik44772 жыл бұрын
Where did you learn DSA in JS from? Please suggest some resources. I do want to learn Java/C++ for dsa
@akashingole2 жыл бұрын
I am learning DSA from geek for geeks, hackerrank and other sites. And then convert them to JS by myself. Or you can also search same questions in JS and you will get blogs.