You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
myBirthday = '01.01.2001'; // ¡error, no se puede reasignar la constante!
247
247
```
248
248
249
-
Cuando un programador está seguro que una variable nunca cambiara, puede declarar la variable con `const` para garantizar y comunicar claramente este hecho a todos.
249
+
Cuando un programador está seguro de que una variable nunca cambiará, puede declarar la variable con `const` para garantizar y comunicar claramente este hecho a todos.
0 commit comments