Thank you so much for this video. I have just one request, I understand revenue generation is important from ads after so much of hard work but please keep some fewer ads as it breaks the flow.
Rat ke 3 baje vidio shoot kar rahe ho ap.. Thank you so much .ye video bhut helpful hai really and I don't skip any ad because I know you are doing so much for us, so we should also give something in return That's why whenever the ad is coming, I take rest or check the same question again. And Thankyou So much .
Hey Anil. Thanks for such a wonderful video. Last year, I have learned react from your channel and I got my first job as a frontend developer because of your course. Now again , I am looking for a job change and I came here to your channel for interview preparation and in mid of learning i thought to write an appreciation for your work. I have gone through your DSA full video and found it very amazing. You told everything in such a manner ki sabko samjh aa jaye. 😊 I really appreciate your work and happy to learn from you. 😇
8:00 bhai ye spread operator h, Destructuring and spread m difference h: Destructuring s variables m array ki specific values extract kr skte h; spread s khol dete h array ko ar saari values aa jati h fir chahe use dusre array m daalo ya console m log kro.
I have given a lot of interviews on Java-script recently, and trust me guys, these are the exact questions they ask in interviews. You will not find such a video on the whole of TH-cam. @code_step_by_step, It will be amazing if you will provide a pdf for the same. it will be really really helpful for revising these topics.
Excellent ! Please explain some coding questions. I do all those array and object questions, but i forget at the time of interview. Do you have a trick so we don't forget them like Binary search, circular linked list, graph data structure questions! I am even ready to pay! Thanks again for your efforts!
this video is very helpful to know lot of things where we does not things normally and it is most useful for interview I want to everyone share this video to needy person and support them thank you ...
THIS WAS FIRE !!!!!!!!!!!!!!!!!! Great Content !!!!!!!!!!!!! Well if anybody has any python sheet for similar questions or any video recommendation please do share
The first half an hour is difficult after that all other questions are very easy. Thank you for this type of content. I was able to understand how much I know about JS due to this video.
Question 85 Explanation: First we created object somewhere in memory referenced by variable named person, lets say that object is created at address 0x1234. Then we defined another variable named 'members' which points to an array whose first element is pointing to the person object. So members[0] is pointing to the same address as person object (i.e. 0x1234) After that we set person to null, so now the person variable stores null value (ZERO (0) in most programming languages). But members variable still points to the array in memory whose first element still points to address 0x1234 where person object is still stored.
Thank you so much for this amazing video...till now I was thinking I dont know much about javascript but Indeed! it boosted my confidence as I could manage to answer almost 85% questions. Thanks Again! All the best😇for the amazing journey
Love you Sir ❤... Bht bht informative video. Sir, please ek basic invoicing app create kijiye with the help of pure js jaha pe sales purchase payment stock summary rahega.. By the way, agar meri hindi me kuch problem hai to maaf kijiyega
Sir you are truly a Legend making videos at 4 am hats off to you btw: I got an upcoming interview , preparing for it watching your videos Wish me luck!
Bich me thoda nind aa raha tha fir dekha to aap 4 baje video record kar rahe ho aap itni mehnat kar rahe ho to ham kaise aalas kar sakte hai ✌️ watched complete video Tommorow is my interview
Thank you so much. In sab hi questions se mere kafi sare concepts clear ho gae. And hats off to your hard work for collating all these questions and making more than an hour long video. Apki puri JS ki series hai ky apke Channel pe? Maja aa gya bhai. Thanks again.
In question number 8 if object key did not exist it still return true let a = { name : 'Pawan' , age : 20 }; console.log(delete a.keyWhichisNotExist); console.log(a) it still return ture which mean it will never return false
Bro your videos are mindblowing and outstanding. pls upload this type of o/p question more and more e.g.1 var country="india"; var country = "usa"; console.log(country); e.g.2 var num = 23; { var num = 50; } console.log(num); What is the o/p of the two examples? Explain it diagrammatically pls
@@alkabhardwaj4314 the output for num is 50 because he has again declared num inside curly braces and these curly braces are not associated with any function or control statement. So, this variable num will be hoisted to the top of global scope and hence the value of num will change to from 23 to 50.
Please support me by subscribe, like and comment :) thank you
Subscribed sir 👍
iska code github parr upload kardo
@code step by step
Already subscribed 1 year ago 😊
Thank you so much for this video. I have just one request, I understand revenue generation is important from ads after so much of hard work but please keep some fewer ads as it breaks the flow.
Bro, Ads are auto managed by TH-cam not by me 😊
Rat ke 3 baje vidio shoot kar rahe ho ap.. Thank you so much .ye video bhut helpful hai really and I don't skip any ad because I know you are doing so much for us, so we should also give something in return That's why whenever the ad is coming, I take rest or check the same question again. And Thankyou So much .
Mein raat k 1:35 am pe dekh raha hu
@@bibekghartimagarrana Me 11:22 pm pe dekh raha hu
Blue cut glasses lgake dekhna friends. It's really protect eyes.
Watching now
Me at 2:55 am 😂
Hey Anil.
Thanks for such a wonderful video. Last year, I have learned react from your channel and I got my first job as a frontend developer because of your course.
Now again , I am looking for a job change and I came here to your channel for interview preparation and in mid of learning i thought to write an appreciation for your work. I have gone through your DSA full video and found it very amazing. You told everything in such a manner ki sabko samjh aa jaye. 😊
I really appreciate your work and happy to learn from you. 😇
Yes he is amazing
in which company you are working?
8:00 bhai ye spread operator h, Destructuring and spread m difference h: Destructuring s variables m array ki specific values extract kr skte h; spread s khol dete h array ko ar saari values aa jati h fir chahe use dusre array m daalo ya console m log kro.
Thanks
Welcome
Your efforts will result in shining someone's careers surely...
very use full, but warn first time dekha 7years k exp m, log he use kiya always..thankyou
Ye hui n baaaaaat bhai
Bs aise hi aur videos chaiye Hume full support h hamara brother
In q no 48 it is undefined because var is initialised by undefined when code read by compiler.
"Console.log(a)
Var a =30"
Is also undefined as output
I have given a lot of interviews on Java-script recently, and trust me guys, these are the exact questions they ask in interviews. You will not find such a video on the whole of TH-cam. @code_step_by_step, It will be amazing if you will provide a pdf for the same. it will be really really helpful for revising these topics.
So are you saying the interviews are easy? Because these were very basic questions if your basics are clear.
Excellent ! Please explain some coding questions. I do all those array and object questions, but i forget at the time of interview. Do you have a trick so we don't forget them like Binary search, circular linked list, graph data structure questions! I am even ready to pay! Thanks again for your efforts!
completed🙂 and feel confident thanku bhaiya for this really important video
this video is very helpful to know lot of things where we does not things normally and it is most useful for interview I want to everyone share this video to needy person and support them thank you ...
20:50 we can extract the value of an object by also using like this :- console.log(data["name"]);
yes bro sir is using object destructuring
Very HelpFull This Video --
Love u From Bangladesh Brother
THIS WAS FIRE !!!!!!!!!!!!!!!!!! Great Content !!!!!!!!!!!!! Well if anybody has any python sheet for similar questions or any video recommendation please do share
I really appreciate your hard work
Masha Allah Your teaching method is so good for learning i have learn many of things from your channel.
and then i have subscribe and like your videos
The first half an hour is difficult after that all other questions are very easy. Thank you for this type of content. I was able to understand how much I know about JS due to this video.
Question 85 Explanation:
First we created object somewhere in memory referenced by variable named person, lets say that object is created at address 0x1234.
Then we defined another variable named 'members' which points to an array whose first element is pointing to the person object. So members[0] is pointing to the same address as person object (i.e. 0x1234)
After that we set person to null, so now the person variable stores null value (ZERO (0) in most programming languages).
But members variable still points to the array in memory whose first element still points to address 0x1234 where person object is still stored.
what about question 86.... can we iterate object (VSCode error :'CAN NOT ITERATE OBJECT")
@@rajeshsukheja4802 you can use for in or for of loop
thank you sir u built my confidence in js ..i subscribed you $$$
It helped me alot I wanted to clear the fundamentals of js highly recommend 😊
Very helpful video for clearing javascript concepts.
Thank you so much for this amazing video...till now I was thinking I dont know much about javascript but Indeed! it boosted my confidence as I could manage to answer almost 85% questions. Thanks Again! All the best😇for the amazing journey
absolutely !!
Hats off sir ❤️❤️ may LORD bliss you with all success...hum sab ki duayen lage aapko 😘
Amazing very very happy to watch this tutorial,
Very helpfull
Amazing video best on YT
Thank 🎉🎉🎉very nice lecture....4:31am 😮😮
Thank You Anil.... we appreciate your work and intend.... thank you for such informative video....
thanks you so much such it really help for every JavaScript developer and appreciate effort you put .
Salute hai brother aapko etni raat me v video banayi aapne thnx a lot
Thanks for this video.
Very Useful Interview Questions. Thank You
Thank you SIR.... these are Such a wonderful interview questions
Question No :- 52 , Time :- 1:10:21, Problem :- I am confuse with setTimeout , Answer :- 3,3,3
Hi Arun, For better understand , check how global object works. it may help you
th-cam.com/video/uwp5Pwaqdd0/w-d-xo.html
Aapka itna mahnat k liye shukriya sidhu bhai...
Wow🔥🔥🔥🔥🔥🔥🔥🔥
Such a superbbbbb video... thank you so much👏👏👏👏👏👏
Thanks sir, for sharing this tricky javascript questions..
2:25AM ...par bhai ka ka video dekh raha hu... interesting video hai bohot ❤️...keep it up bro... ❤️
I appreciate your effort. Thanks for making the video.
awesome video ...
great effort is done by you as you are doing job as welll handling youtube and spare time you us 🥰
Its really awesome bro.. which very helpful so practice
Great effort and worth watching video Sir G... Need the same for React.Js as well.
Thank you so much for this useful video.
json.parse().json.stringify is use for deep copy
json.parse() =json to js obj ,.json.stringify() =js obj to str
Quality questions of interview Brother.
Those who wants to strengthen js foundation must watch this video. want more videos like this 👌👌.
Nice Content Anil Bhai. Keep it up and Thank you
You are fantastic
What a wonderful video. Thank You
such a help videos
Thanks a lot 😊.
Great bro. Very helpful video for interview java script.
this is amazing questins. thanks you for knowledge
yes sir ultimate ques , really so much helpful
Bohot bohot shukriya bhai
Nice informative video.... Please provide the content too in description
Question No :- 56 , Time :- 1:14:10, Problem :- I am confuse with first option , Answer :- console.warn ( bird [data] ), Output :- SMALL
data = "size", so when u write bird[data], it is equal to bird["size"]
bird[data] , here inside square brackets, the variable is evaluated as its value is initiated to "size" it equals to bird["size"]
Love you Sir ❤...
Bht bht informative video.
Sir, please ek basic invoicing app create kijiye with the help of pure js jaha pe sales purchase payment stock summary rahega..
By the way, agar meri hindi me kuch problem hai to maaf kijiyega
Thanks for making such a wonderful video. I appreciate your hard work for making this video.
Thank god i know already almost all answers☺
Very good presentation and explanation
You are doing very good for freshers IT(information Technology) community.
Hats off 👍👍
We all with you✨
Thank you so much sir your all videos and playlist is very helpful for us. Your are amazing Shooting a video at 3 o'clock in the night.❤️
Thank you so much sir for creating all tutorial on TH-cam....... ! Your tutorial is more usefull compare another coaching institute . ❤️ sir .
Sir you are truly a Legend making videos at 4 am hats off to you
btw: I got an upcoming interview , preparing for it watching your videos
Wish me luck!
All the best bro
@@codestepbystep thanks sir any tips or suggestions on javascript tricky coding questions??
Its great to clear concept by doing question. Very useful and great content 😍
Very very helpful videos, thanks for making bro.
Bich me thoda nind aa raha tha fir dekha to aap 4 baje video record kar rahe ho aap itni mehnat kar rahe ho to ham kaise aalas kar sakte hai ✌️ watched complete video Tommorow is my interview
The effort was worth watching thanks, brother! amazing keep it up
recording video at 4 am , you deserve a like 👍
Thanks Bro for quality video
Done and learned a lot thanks ❤❤❤
Thank you so much. In sab hi questions se mere kafi sare concepts clear ho gae. And hats off to your hard work for collating all these questions and making more than an hour long video. Apki puri JS ki series hai ky apke Channel pe? Maja aa gya bhai. Thanks again.
In question number 8
if object key did not exist it still return true
let a = { name : 'Pawan' , age : 20 };
console.log(delete a.keyWhichisNotExist);
console.log(a)
it still return ture which mean it will never return false
Bhai react ke upara v ese 100 interview Q&A, video banao...
Thanks I learn various thing in your node.js video
Lot of things learning from this video, thanks man
Thanks for your valuable contents...
Thank You So much for your hardworking. You're so hardworking guy. Keep uploading videos.
Sir really appreciated 🎉 God bless you ❤
It's my pleasure
Bhaia ek video apne resume pe bnao jo select hua. Tha oracle m plzzz bhaia .....
Most underrated channel, You're doing good keep it up bro.
Thank you so much, Really good video
Awesome sir😍😍than you so much for this video.. It's very helpful ✌✌
bro, you covered most of the corner cases, thanks.
Awesome content 1 time checked your video annd waatched complety
suscrbied and liked
awesome content
Awesome thank you!
Thank bhiya there are very few people who think about student
Amazing, thanku so much for this
Thankyou sir for this precious video
please start js interview series we love this typeof content sir 👍👍
nice practice sir thank you so much
😊
Bro your videos are mindblowing and outstanding. pls upload this type of o/p question more and more
e.g.1
var country="india";
var country = "usa";
console.log(country);
e.g.2
var num = 23;
{
var num = 50;
}
console.log(num);
What is the o/p of the two examples? Explain it diagrammatically pls
first = 'usa' second = 50
@@FaizanAnsari-yg1gw how?
@@alkabhardwaj4314 var is global scope variable you can redeclare it in whole js code anywhere
@@alkabhardwaj4314 the output for num is 50 because he has again declared num inside curly braces and these curly braces are not associated with any function or control statement. So, this variable num will be hoisted to the top of global scope and hence the value of num will change to from 23 to 50.
Awesome video.. Thanks alot
Thank you so much for making this video
Anil sidhu bhaiya luv this video very much pls make similar videos
Cleared all tricky stuff in js
Awsm contents sir, maza aa gaya. Sir,Please make such videos for react, node also.
good logics questios .welldone
Really nice collection of JS coding questions 🎉
Thank you very much