User
Write something
Coaching Call is happening in 14 hours
Looking for someone to practice interview questions with
Hi, guys, I'm looking for someone who I can practice interview questions with. I'm in California, Pacific Time (PST). Hit me up if you are interested, we can work something out.
React Interview Questions
sudheerj/reactjs-interview-questions: List of top 500 ReactJS Interview Questions & Answers....Coding exercise questions are coming soon!! Because sharing is caring.
Hoisting from today's js interview call
........this is saying copilot: Hoisting with let and const: In summary, while all declarations (including let, const, and var) are hoisted, the behavior differs: - var variables are hoisted with default initialization (value: undefined). - let and const variables are hoisted without initialization, leading to a temporal dead zone where they cannot be accessed before declaration12. - ................................This is from MDN docs: - let declarations can only be accessed after the place of declaration is reached (see temporal dead zone). For this reason, let declarations are commonly regarded as non-hoisted. - (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/let) - const declarations can only be accessed after the place of declaration is reached (see temporal dead zone). For this reason, const declarations are commonly regarded as non-hoisted. - (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/const)
1-10 of 10
Developer Pro
skool.com/developerpro
Learn how to code. Make money. Have fun. Enjoy life.
Leaderboard (30-day)
Powered by