fix: replace imgur with s3 for Chinese guide without conflict (#36052)

* fix: imgur to s3 for chinese guide without conflict

(cherry picked from commit 21e3afaee0f23d700f76ea662bc193b392fc54ac)

* fix: remove extra links

Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>

* fix: revert changes

* fix: revert changes

* fix: revert changes

* fix: revert changes
This commit is contained in:
Ahmad Abdolsaheb
2019-05-25 00:09:49 +03:00
committed by Parth Parth
parent 1e9f5bc09a
commit 23ca5d9cc6
33 changed files with 73 additions and 71 deletions

View File

@ -33,7 +33,7 @@ function multiply(x,y) {
现在我们知道Javascript可以一次执行一件事但是浏览器不是这样。浏览器拥有自己的一组API如setTimeoutXMLHttpRequests它们未在Javascript运行时中指定。事实上如果你仔细查看V8的源代码那么为谷歌Chrome浏览器提供支持的流行Javascript运行时你将找不到任何定义。这是因为这些特殊的Web API存在于浏览器环境中而不是javascript环境中你可以说这些apis引入了并发性。让我们看一个图来理解整个图片。
![并发和事件循环模型](https://i.imgur.com/rnQEY7o.png)
![并发和事件循环模型](https://cdn-media-1.freecodecamp.org/imgr/rnQEY7o.png)
引入了更多术语