File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 11## Palabras reservadas de control (Control Keywords)
22
33| EsJS | JavaScript |
4- | ------------- | ----------- |
4+ | ----------- | ----------- |
55| capturar | catch |
66| caso | case |
77| con | with |
1717| para | for |
1818| retornar | return |
1919| sino | else |
20- | osi | else if |
2120| si | if |
2221| constructor | constructor |
2322| eliminar | delete |
5655| Infinito | Infinity |
5756| NuN | NaN |
5857| ambienteGlobal | globalThis |
59- | esNuN | isNaN |
6058
6159## Funciones de soporte (Support Functions)
6260
147145
148146| EsJS | JavaScript |
149147| ------------------ | -------------- |
148+ | esNuN | isNaN |
150149| esFinito | isFinite |
151150| esEntero | isInteger |
152- | esNuN | isNaN |
153151| esEnteroSeguro | isSafeInteger |
154152| interpretarDecimal | parseFloat |
155153| interpretarEntero | parseInt |
You can’t perform that action at this time.
0 commit comments