TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

10 JavaScript concepts you need to know for interviews

5 点作者 sunnykgupta超过 7 年前

1 comment

flavio81超过 7 年前
It is strange that the author has not included the use of Promises and the async keyword. Should be essential knowledge today.<p>&gt; Value vs. Reference — Understand how objects, arrays, and functions are copied and passed into functions. Know that the reference is what&#x27;s being copied. Understand that primitives are copied and passed by copying the value.<p>&gt; Scope — Understand the difference between global scope, function scope, and block scope. Understand which variables are available where. Know how the JavaScript engine performs variable lookup.<p>I&#x27;d say the above two are essential to know in 99% of programming languages out there.