javascript-tutorial / javascript-tutorial/en.javascript.info
Some minor points of correction or clarification on the first Objects page
Nadie ha tomado este issue todavía.
- Lenguaje dominante
- HTML
- Estrellas
- 25.5k
- Forks
- 4k
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
https://javascript.info/object
There are 3 minor things on that excellent page that I noticed being not quite right.
- The term "figure brackets" is extremely rare in English usage, most people use the term that is used on MDN, "curly braces". Of course I know what you mean, but that term isn't one of the 3 or even 4 most popular terms for those characters { } so it is better not to teach it to people.
- In the file cabinet analogy, calling the files "signed" is odd. The most common terms that don't have weird connotations would probably be "labelled" or "marked".
- While it may be true in most or even all popular implementations, you are definitely not supposed to presume the order shown of the elements getting presented to you in a (for el in obj) loop. Other ways of retrieving them, yes, but not by for el in obj.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Línea de trabajo
Abre https://javascript.info/object y revisa los tres puntos numerados comparándolos con la redacción actual de la página y las indicaciones de JavaScript sobre la enumeración de propiedades. Actualiza las explicaciones relevantes y verifica que la página se renderice correctamente; estará terminado cuando se hayan abordado las tres cuestiones de terminología y orden.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- javascript
- Área
- documentation
- Tipo de issue
- Documentación
- Dificultad
- 2/5
- Tiempo estimado
- 1-3 horas
- Estado de actividad
- Estancado
- Claridad
- Bien especificado
- Aptitud para principiantes
- 62/100