Skip to content

Commit

Permalink
chore: update reserved words
Browse files Browse the repository at this point in the history
  • Loading branch information
enzonotario committed Dec 30, 2023
1 parent 0b8080b commit d109248
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@antfu/eslint-config": "^0.34.2",
"@egoist/tailwindcss-icons": "^1.6.0",
"@es-js/docs-components": "^0.0.20",
"@es-js/language-tools": "^0.0.15",
"@es-js/language-tools": "^0.0.17",
"@iconify-json/mdi": "^1.1.63",
"@iconify/vue": "^4.1.1",
"autoprefixer": "^10.4.14",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions src/sintaxis/reserved-words.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@
| global | var |
| var | let |
| porDefecto | default |
| obtener | get |
| establecer | set |
| funcion | function |

## Constantes del lenguaje (Language Constants)
Expand All @@ -58,6 +56,7 @@
| Infinito | Infinity |
| NuN | NaN |
| ambienteGlobal | globalThis |
| esNuN | isNaN |

## Funciones de soporte (Support Functions)

Expand Down Expand Up @@ -129,7 +128,7 @@
| repetir | repeat |
| reemplazar | replace |
| reemplazarTodo | replaceAll |
| buscar | search |
| buscarRegex | search |
| recortar | slice |
| dividir | split |
| comienzaCon | startsWith |
Expand Down

0 comments on commit d109248

Please sign in to comment.