Merge pull request #394 from RicoLiu/master

add question about  HTTP status & translate
This commit is contained in:
Rob Larsen 2017-09-22 11:30:36 -04:00 committed by GitHub
commit 34cc6d2ab2
1 changed files with 2 additions and 1 deletions

View File

@ -139,7 +139,7 @@
* 为何通常会认为保留网站现有的全局作用域 (global scope) 不去改变它,是较好的选择?
* 为何你会使用 `load` 之类的事件 (event)?此事件有缺点吗?你是否知道其他替代品,以及为何使用它们?
* 请解释什么是单页应用 (single page app), 以及如何使其对搜索引擎友好 (SEO-friendly)。
* What is the extent of your experience with Promises and/or their polyfills?
* 你使用过 Promises 及其 polyfills 吗? 请写出 Promise 的基本用法ES6
* 使用 Promises 而非回调 (callbacks) 优缺点是什么?
* 使用一种可以编译成 JavaScript 的语言来写 JavaScript 代码有哪些优缺点?
* 你使用哪些工具和技术来调试 JavaScript 代码?
@ -179,6 +179,7 @@
* ETag
* X-Frame-Options
* 什么是 HTTP method请罗列出你所知道的所有 HTTP method并给出解释。
* 请解释 HTTP status 301 与 302 的区别?
#### <a name='coding-questions'>代码相关的问题:</a>