mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-26 08:07:01 +02:00
Merge pull request #974 from kant/patch-7
Semantic issue (paragraph 270) in Spanish translation
This commit is contained in:
@@ -267,7 +267,7 @@ window.onpopstate = () => updateRoute();
|
|||||||
updateRoute();
|
updateRoute();
|
||||||
```
|
```
|
||||||
|
|
||||||
> Nota: utilizamos una [función de flecha](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Functions/Arrow_functions) aquí para declarar nuestro controlador de eventos `popstate` por concisión, pero un la función regular funcionaría igual.
|
> Nota: utilizamos una [función de flecha](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Functions/Arrow_functions) aquí para declarar nuestro controlador de eventos `popstate` por concisión, pero la función regular funcionaría igual.
|
||||||
|
|
||||||
|
|
||||||
[](https://youtube.com/watch?v=JiXY9wlqUxQ "Arrow Functions")
|
[](https://youtube.com/watch?v=JiXY9wlqUxQ "Arrow Functions")
|
||||||
|
Reference in New Issue
Block a user