mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-05-05 14:28:31 +00:00
[javascript /es] typo
This commit is contained in:
parent
5afae99b94
commit
a3b69a2275
@ -476,7 +476,7 @@ typeof miNumero; // = 'number'
|
|||||||
typeof miNumeroObjeto; // = 'object'
|
typeof miNumeroObjeto; // = 'object'
|
||||||
miNumero === miNumeroObjeyo; // = false
|
miNumero === miNumeroObjeyo; // = false
|
||||||
if (0){
|
if (0){
|
||||||
// Este código no se ejecutara porque 0 es false.
|
// Este código no se ejecutará porque 0 es false.
|
||||||
}
|
}
|
||||||
|
|
||||||
// Aún así, los objetos que envuelven y los prototipos por defecto comparten
|
// Aún así, los objetos que envuelven y los prototipos por defecto comparten
|
||||||
|
Loading…
Reference in New Issue
Block a user