JS Interview - Chained Variable Declarations - Question 18

preview_player
Показать описание
This episode examines what happens with variable scopes when you chain together variable declarations.

Full Question playlist:

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

Hey Steve, your channel is so underrated. You have some much of quality content. Haven't seen it all, but the JavaScript parts just blew me away.

AsifKhan-oqol
Автор

@Steve, I really appreciate your work, it helps me a lot. One question
cannot we just do this
let palindrome = function (word) {
let reversedWord =
return word == reversedWord;
}

ahmedelbougha
Автор

Steve have you tried using quokka.js? With that you don’t have to run the script every time you wanna log something

bharath
Автор

this would give an error in strict mode

jasbindarsingh