Differences
This shows you the differences between two versions of the page.
| interview:developer:javascript:start [2017/11/27 11:18] – created don.lee | interview:developer:javascript:start [2019/07/11 21:36] (current) – don.lee | ||
|---|---|---|---|
| Line 32: | Line 32: | ||
| < | < | ||
| [[http:// | [[http:// | ||
| + | |||
| + | http:// | ||
| The difference is scoping. var is scoped to the nearest function block and let is scoped to the nearest enclosing block. | The difference is scoping. var is scoped to the nearest function block and let is scoped to the nearest enclosing block. | ||
| Line 84: | Line 86: | ||
| * 有没有使用 Backbone.js 的经验?什么是 Model, View?请举例。 | * 有没有使用 Backbone.js 的经验?什么是 Model, View?请举例。 | ||
| * 有没有使用 ReactJS 的经验?请举例。 | * 有没有使用 ReactJS 的经验?请举例。 | ||
| - | |||