Тёмный

#208 

Frontend Master
Подписаться 50 тыс.
Просмотров 224 тыс.
50% 1

Javascript Interview Questions
My Blogs: / rahuulmiishra
LinkedIn: / rahuulmiishra
Instagram: / allahabadi.dev
#javascript #websuccess #websecurity #html #css #frontend #frontenddeveloper #reactjs #angular #vuejs #reactremix #mobx #redux #reduxtoolkit #allahabadi.dev #rahuulmiishra #frontendmaster #coding #interviewprep #interview #javascriptinterview

Опубликовано:

 

3 апр 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 79   
@funterban6536
@funterban6536 2 месяца назад
wow your channel over having big series of javascript question
@CaptainAnonymous-ld5of
@CaptainAnonymous-ld5of Месяц назад
Sir please do leetcode questions
@rahuulmiishra
@rahuulmiishra Месяц назад
after sometime
@himanshu7271
@himanshu7271 2 дня назад
Nice 🎉
@tara730
@tara730 2 месяца назад
nice
@shreyasd6794
@shreyasd6794 2 месяца назад
Amazing
@CloudMadeEasy
@CloudMadeEasy Месяц назад
Nice 👍
@gautam_editsz
@gautam_editsz 16 дней назад
❤nice bhiya
@user-bx7li1zh2j
@user-bx7li1zh2j 2 месяца назад
Thanks 🎉
@riteshchauhan3634
@riteshchauhan3634 2 месяца назад
It is also know as short circuting in which if 1st expression is true then 2nd expression will never be executed. And same things also works on and operator in which if 1st expression is false then 2nd expression will never be executed
@midhungopi4736
@midhungopi4736 2 месяца назад
Thanks...I don't know that it has a fancy name I thought if it's an OR operator and it's true then checking the 2nd condition doesn't make any sense irrespective of the result it's any way output true as the first one is true that's why the compiler being smart skip the 2nd condition and returns true 😅
@user-qv8ve4dc9k
@user-qv8ve4dc9k 25 дней назад
i thought that would return true or false, wjy did it return the actual value ?
@ArvindSingh-wj7vy
@ArvindSingh-wj7vy 2 месяца назад
Thanks ❤
@Meisterilyas_333
@Meisterilyas_333 Месяц назад
@sudhanshyt
@sudhanshyt 17 часов назад
ye maine python me kiya tha aaj
@31ashaswatraj44
@31ashaswatraj44 2 месяца назад
marks.toString() can solve it with the or operator
@user-ir4fg8bx8v
@user-ir4fg8bx8v Месяц назад
Correct 👍
@hackerboy4802
@hackerboy4802 2 месяца назад
i think it was ver very easy lmo
@santoshvarma6158
@santoshvarma6158 Месяц назад
Default value works too
@sanjayreddy7948
@sanjayreddy7948 2 месяца назад
We want more
@1anchit
@1anchit 17 дней назад
That is not a bug. Works correctly. If person gets 0, he is absent for exam.
@yashsolanki069
@yashsolanki069 16 дней назад
What about he appears for the exam and did not solve any questions ? Absent and getting 0 is two different scenarios
@1anchit
@1anchit 16 дней назад
@@yashsolanki069 there is no option for absent condition then. Absent is just not used anywhich way then why give it an option?
@yashsolanki069
@yashsolanki069 16 дней назад
​@@1anchitif it's 0 then the marks should print 0 not absent. So we correct this by doing ?? if it's null or undefined then be say marks Absent (this is right way)
@stephenwilson4931
@stephenwilson4931 Месяц назад
Itna aasan interview wipro ka hi ho skta h 😂😂
@hirenahir76200
@hirenahir76200 Месяц назад
Easy?💀
@zeviusalpha1943
@zeviusalpha1943 24 дня назад
ha na bhai​@@hirenahir76200
@DashingChannel
@DashingChannel 7 дней назад
ye ez kaha se hai?
@bestchoice7431
@bestchoice7431 Месяц назад
How have you got the question that is asked by wipro?
@udaytewary3809
@udaytewary3809 2 месяца назад
Maja aa gya bhaiya pehli baar aisa gsap ka use kiya kyuki mai khud pehli baar gsap ke baare me padh raha hu lekin maja aa gya Aur pareshan mt ho bhaiya aapke true students hmesha apke sath haa aur rahenge aur wo sb apki reach bdhane me help bhi karenge
@tony-st7wb
@tony-st7wb 2 месяца назад
Hello sir How long it does take to complete android app development course
@IndraMJha
@IndraMJha 2 месяца назад
What's the use of Absent in that statement?
@uzair7882
@uzair7882 Месяц назад
It is short circuiting using or
@Yaduvanshi-nw3yr
@Yaduvanshi-nw3yr 2 месяца назад
Agr parameter me hi agr absent default value de de to
@rohitkharche7562
@rohitkharche7562 2 месяца назад
If recruiters are asking questions about javascript errors which are to be visible with right in the editor using typescript. This is missing the point of reliability.I think they should ask questions based on typescript type system
@rahuulmiishra
@rahuulmiishra 2 месяца назад
not evenone uses typescript
@manjunathsingh8925
@manjunathsingh8925 24 дня назад
But it's not a bug. It's working as implemented.
@cosif3001
@cosif3001 Месяц назад
It's not a logical question Indian service based company always ask you nonsense questions 😢😢
@vivekvivek-nn1xo
@vivekvivek-nn1xo Месяц назад
Agree
@pjgaming8135
@pjgaming8135 Месяц назад
Bhai jitna dip mein jaaoge utna jyada khajana milega logic ka
@itz.weired3755
@itz.weired3755 3 дня назад
But in this code the type is also an issue
@RakeshSingh-vl2mz
@RakeshSingh-vl2mz 2 месяца назад
Sir ye bug nhi hai shortcuiting hai Agr || use krte time koi flasy value mil jata toh immediately return krdeta
@rahuulmiishra
@rahuulmiishra 2 месяца назад
yes its not a bug… but iska galat use bug introduce kr skta hai… jo maine video me show kia hai
@kushalkumarvlog
@kushalkumarvlog Месяц назад
But when you use ?? instead of ||, Below case will fail: showMessage(``); // it won't give you absent, which should be the logical output.
@RakeshSingh-vl2mz
@RakeshSingh-vl2mz Месяц назад
I am getting absent ​@@kushalkumarvlog
@RakeshSingh-vl2mz
@RakeshSingh-vl2mz Месяц назад
​@@kushalkumarvlognullish coalescing operator only works with null and undefined except it all are true So u will get absent
@muhazahmed5836
@muhazahmed5836 14 дней назад
Thts not a bug
@kriptonian0
@kriptonian0 Месяц назад
Tbh it's not a bug
@yogeshdevaggarwal
@yogeshdevaggarwal 2 месяца назад
concept sikha rahe interview question ke naam pe 😂😂
@imahe07
@imahe07 2 месяца назад
Sir 2 din se lexical scope padh raha hu kuch samjh nhi aa raha h Function scope aur lexical scope me difference kya h aur Lexical kya h
@rahuulmiishra
@rahuulmiishra 2 месяца назад
lexical word ka matlab hota hai fixed. and lexical scope means a scope which is fixed. ab ek scope fixed kab hota hai? jb hum code likhte hai. code likhne k time pe hi jo scope variables ka hota hai wo lexical scope hai. lexical scope code likhne k time pe picture me aata hai… lexical scope k andar function scope global scope ye sab aate hain.
@imahe07
@imahe07 2 месяца назад
You are truly frontend master sir 4,6 line me clear kar diya sb kuch Thanks❤ thanks a lot❤
@gaurv_rwt
@gaurv_rwt 2 месяца назад
ye bug thodi hai 😂
@rickeyupadhyay6898
@rickeyupadhyay6898 2 месяца назад
Bug hi to hai bhai agar kisi ko 0 marks aaye iska matlab ye thodi naa ki vo absent hai 😂😂
@user-qv8ve4dc9k
@user-qv8ve4dc9k 25 дней назад
the output is wrong, according to both gpt and gemini, absent would be returned only if the left side value is null or undefined, here 0 is neiether null nor undefined making it return 0.
@rahuulmiishra
@rahuulmiishra 25 дней назад
please don’t trust ai blindly. run this code in console and check
@user-qv8ve4dc9k
@user-qv8ve4dc9k 25 дней назад
@@rahuulmiishra no, check mdn documentation, nullish coescaling operater (??) returns rhs value only n only if lhs value is null or undefined. the point of ?? operater is to propogate || or operater functionality while only considering null n undefined as falsy value, values like empty string, 0 etc are still considered truthy value in ?? operater
@rahuulmiishra
@rahuulmiishra 25 дней назад
@@user-qv8ve4dc9k I am telling the same, what's issue here.
@user-qv8ve4dc9k
@user-qv8ve4dc9k 25 дней назад
@@rahuulmiishra you passed 0 as paremeter in the function which represents lhs vlaue in expression, and is NOT null or undefined, so technically it should return 0 instead of absent string.
@webdesigninspire1372
@webdesigninspire1372 2 месяца назад
Vscode ka theme kaunsa hai?
@dhruvparekh5599
@dhruvparekh5599 2 месяца назад
It's not a vs code editor
@rajtiwari2308
@rajtiwari2308 Месяц назад
So Bug also means logical error 😢
@rahuulmiishra
@rahuulmiishra Месяц назад
thats what causes the bug
@GhostSS168
@GhostSS168 2 месяца назад
Sir please tell me agar mere ko ye question bilkul bhi samajh nahi aa rahe to main kese or kaha se shuru karu please reply sir
@riteshchauhan3634
@riteshchauhan3634 2 месяца назад
Bro don't worry just start from easy-2 questions then after try to go intermediate and so on...
@GhostSS168
@GhostSS168 2 месяца назад
@@riteshchauhan3634 but it seems impossible should i do some DSA course and then try leet codding ?
@riteshchauhan3634
@riteshchauhan3634 2 месяца назад
Yeah sure bt it depends on you that if u r learning webdev then don't go for advance questions bcoz for beginners students there is no need of leetcode Bt of u don't want to do webdev then u can...
@GhostSS168
@GhostSS168 2 месяца назад
@@riteshchauhan3634 sir thanks again for replying and i want to go in webdev field my dream is to create applications that ever i dream of but for cracking interview and all i need that DSA skills right ?
@riteshchauhan3634
@riteshchauhan3634 2 месяца назад
​@@GhostSS168 Yes for big MNC company it requires DSA bt 2024yr scenario is totally different they ask not only DSA bt also web u can say that they want everything from u So focusing on DSA all the time is bad I suggest u ki u can do both parallely.
@sarveshkumarpandey5333
@sarveshkumarpandey5333 2 месяца назад
Gpt se kar lo , developer berojgaar ho gye , RU-vid Wale ban gye
@rahuulmiishra
@rahuulmiishra 2 месяца назад
aisi soch rakhne wale berozgar hai bhai..
@shahyash589
@shahyash589 2 месяца назад
Any resources to learn JavaScript ?
@sunnykalita675
@sunnykalita675 2 месяца назад
Namaste Javascript by Akshay Saini
@ankeshkapil3129
@ankeshkapil3129 Месяц назад
So just leave javascript
@danyalhabib286
@danyalhabib286 2 месяца назад
JS is really a toy language 😂
@user-rw7rs7eu6p
@user-rw7rs7eu6p 2 месяца назад
If we simply remove "Absent" and instead of that put 0 or null it also, I am Database Developer, I don't have knowledge of java😢😢😢😢😢😂😂😂😂😂
@shashanksingh4903
@shashanksingh4903 25 дней назад
Далее
3M❤️ #thankyou #shorts
00:16
Просмотров 4,3 млн
Let, const and var ki kahani | chai aur #javascript
16:41
Golang is OG?
5:16
Просмотров 6 тыс.
The ARCH LINUX Experience
34:30
Просмотров 111 тыс.
School Lunch From Around The World | Ok Tested
12:33
Просмотров 175 тыс.