Skip to content

Commit

Permalink
Merge pull request #394 from RicoLiu/master
Browse files Browse the repository at this point in the history
add question about  HTTP status & translate
  • Loading branch information
roblarsen committed Sep 22, 2017
2 parents 9eba995 + f962e61 commit 34cc6d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Translations/Chinese/README.md
Expand Up @@ -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 代码?
Expand Down Expand Up @@ -179,6 +179,7 @@
* ETag
* X-Frame-Options
* 什么是 HTTP method?请罗列出你所知道的所有 HTTP method,并给出解释。
* 请解释 HTTP status 301 与 302 的区别?

#### <a name='coding-questions'>代码相关的问题:</a>

Expand Down

0 comments on commit 34cc6d2

Please sign in to comment.