Skip to content

Commit ce57488

Browse files
committed
fix part6 base page
1 parent 5fd44ef commit ce57488

File tree

5 files changed

+3
-1243
lines changed

5 files changed

+3
-1243
lines changed

src/content/2/es/part2c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ promise.then(response => {
309309
```
310310
Se imprime lo siguiente en la consola:
311311

312-
![](../../images/2/17e.png)
312+
![](../../images/2/17new.png)
313313

314314
El entorno de ejecución de JavaScript llama a la función de devolución de llamada registrada por el método <em>then</em> proporcionándole un objeto <em>response</em> como parámetro. El objeto <em>response</em> contiene todos los datos esenciales relacionados con la respuesta de una solicitud HTTP GET, que incluirían los <i>datos (data)</i>, el <i>código de estado (status code)</i> y <i>encabezados (headers)</i>.
315315

src/content/2/fr/part2c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ promise.then(response => {
315315
```
316316
Ce qui suit est renvoyé sur la console :
317317

318-
![](../../images/2/17e.png)
318+
![](../../images/2/17new.png)
319319

320320
L'environnement d'exécution JavaScript appelle la fonction de rappel enregistrée par la méthode <em>then</em> en lui fournissant un objet <em>response</em> en tant que paramètre. L'objet <em>response</em> contient toutes les données essentielles liées à la réponse d'une requête HTTP GET, qui inclurait les <i>données</i> renvoyées, le <i>code d'état</i> et <i>en-têtes</i>.
321321

src/content/2/zh/part2c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ promise.then(response => {
376376
<!-- The following is printed to the console:-->
377377
以下内容将被打印到控制台。
378378

379-
![](../../images/2/17e.png)
379+
![](../../images/2/17new.png)
380380

381381
<!-- The JavaScript runtime environment calls the callback function registered by the <em>then</em> method providing it with a <em>response</em> object as a parameter. The <em>response</em> object contains all the essential data related to the response of an HTTP GET request, which would include the returned <i>data</i>, <i>status code</i>, and <i>headers</i>.-->
382382
JavaScript运行环境调用由<em>then</em>方法注册的回调函数,为其提供一个<em>response</em>对象作为参数。<em>response</em>对象包含与HTTP GET请求的响应相关的所有基本数据,其中包括返回的<i>数据</i>、<i>状态代码</i>和<i>头信息</i>。

0 commit comments

Comments
 (0)