#220 Javascript Interview Questions by Frontend Master || #frontendmaster #javascript #frontend

preview_player
Показать описание
Javascript Interview Questions

Рекомендации по теме
Комментарии
Автор

It shows error as let is block scope and in the intialization x is used twice.

AnujyotiDe-vflx
Автор

With let it will throw reference error : x is not defined

SonuGangde
Автор

we cannot access the let x before initialization error

memaster
Автор

Y ka liye not defined ayaga kuki x hoisting ka bajai se undefined set ho jayaga but y nahi milega to y kae liye must error ayaga

ProgrammingBoy
Автор

Identifiter ‘x’ has already been declared

Efootballgame
Автор

ReferenceError.
b/c <let> doesn't supports hoisting and
<x> in the array will be accessed before it's declaration.
Am I right sir..¿?

agamprakashmishra
Автор

I'm new learner of JS. X declared using let keywords the answer didn't change.

Please reply to me sir. Thank you sir.

And I definitely try this question on my machine but now I'm so far from my machine 😅.

Shadoowwss
Автор

Undefined..(do correct me if i am wrong)

pawanojha
Автор

Error aa jayegi kyu ki x twice use hua h

vinekmaurya
visit shbcf.ru