javascript-tutorial / javascript-tutorial/en.javascript.info
Error en una variable
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 25.5k
- Forks
- 4k
- PR merge metrics
- No merged PRs in 30d
Description
Dentro de la página https://es.javascript.info/try-catch - subtitulo: "El operador “throw" - Ultimo ejemplo con código - Línea 14, la variable que contiene el error llamada "err" está escrita como "e". Por lo tanto, el ejemplo no funciona como debería.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open the try-catch page and inspect the last code example under the “El operador "throw"” subsection, especially line 14. Correct the variable name from "e" to "err", then verify that the example works as described.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 65/100