mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-25 15:50:57 +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();
|
||||
```
|
||||
|
||||
> 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")
|
||||
|
Reference in New Issue
Block a user