es.javascript.info
es.javascript.info copied to clipboard
Spanish Translation Progress
Maintainer List
@lizzie136, @vplentinax, @EzequielCaste, @joaquinelio, @maksumi
For New Translators
Please read this first (click to open)
To translate an article:
- Check that no one else has claimed your article in the checklist below.
- Comment below with the title of the article that you would like to translate, exactly as listed, e.g.
An Introduction to JavaScript
.- Please take only one article at a time.
- Fork this repo, translate the article in your fork and submit a pull request!
- The pull request title should be same as the article, e.g.
An Introduction to JavaScript
(just like comment)
- The pull request title should be same as the article, e.g.
Please be prompt with your translations! If you find that you can't commit any more, let maintainers know so they can assign the page to someone else.
For Maintainers
Click to open
We recommend that a translation has 2 reviews to be merged.
Please let others know what you do, on community boards and chats, invite them to join. Translations become better if more people see them.
Translations are tracked below, like this:
- [ ] Home Page (@iliakan) #1
Our helpful bot watches comments and adds the translator nick and PR id, marks completed, when PR is merged. You can read the details at https://javascript.info/translate/bot.
If something doesn't work right, please contact @iliakan.
Team translation
More details about team translation: https://javascript.info/translate/bot.
Only maintainers can check/uncheck items below. If you're not, please write in a comment what you take to translate, the title, exactly as in the list.
The JavaScript language
An introduction
- [X] An Introduction to JavaScript (@tscandalitta)
- [X] Manuals and specifications (@tiomno)
- [X] Code editors (@lizzie136 )
- [X] Developer console (@EzequielCaste) #255
JavaScript Fundamentals
- [X] Hello, world! (@victorze ) #31
- [X] Code structure (@victorze ) #32
- [X] The modern mode, "use strict" (@SantiEspada )
- [X] Variables (@javier123454321) #93
- [X] Data types (@tscandalitta) #46
- [X] Interaction: alert, prompt, confirm (@tscandalitta ) #49
- [X] Type Conversions (@tikoflano) #57
- [X] Basic operators, maths (@EzequielCaste) #314
- [X] Comparisons
- [X] Conditional branching: if, '?' (@Giorgiosaud) #95
- [X] Logical operators (@Sjesc ) #47
- [X] Nullish coalescing operator '??' (@ddanielcruzz) #196
- [X] Loops: while and for (@Sjesc) #50
- [X] The "switch" statement (@rajcespedes) #300
- [X] Functions (@Giorgiosaud) #230
- [X] Function expressions (@EzequielCaste) #272
- [X] Arrow functions, the basics (@EzequielCaste) #334
- [X] JavaScript specials (@Giorgiosaud) #229
Code quality
- [X] Debugging in the browser
- [X] Coding Style (@luisandia) #119
- [X] Comments (@Arnau-Ninerola) #108
- [X] Ninja code (@Sjesc) #109
- [X] Automated testing with Mocha (@alexseik) #152
- [X] Polyfills and transpilers
Objects: the basics
- [X] Objects (@maksumi) #321
- [X] Object references and copying
- [X] Garbage collection (@PawFV) #260
- [X] Object methods, "this" (@joaquinelio) #343
- [X] Constructor, operator "new" (@EzequielCaste) #273
- [X] Optional chaining '?.' (@vplentinax) #190
- [X] Symbol type (@mariabp) #252
- [X] Object to primitive conversion (@homero304) #350
Data types
- [X] Methods of primitives (@joaquinelio) #199
- [X] Numbers (@joaquinelio) #200
- [X] Strings (@ferueda) #126
- [X] Arrays (@joaquinelio) #309
- [X] Array methods (@nahuelcoder) #316
- [X] Iterables (@vplentinax) #179
- [X] Map and Set (@vplentinax) #263
- [X] WeakMap and WeakSet (@vplentinax) #176
- [X] Object.keys, values, entries (@EzequielCaste) #275
- [X] Destructuring assignment (@EzequielCaste) #259
- [X] Date and time (@Fedebornaz) #352
- [X] JSON methods, toJSON (@EzequielCaste) #278
Advanced working with functions
- [X] Recursion and stack (@PawFV) #155
- [X] Rest parameters and spread syntax (@PawFV) #261
- [X] Variable scope, closure (@vplentinax) #178
- [X] The old "var" (@joaquinelio) #312
- [X] Global object (@vplentinax) #181
- [X] Function object, NFE (@vplentinax) #182
- [X] The "new Function" syntax (@11joselu) #120
- [X] Scheduling: setTimeout and setInterval (@vplentinax) #202
- [X] Decorators and forwarding, call/apply (@vplentinax) #205
- [X] Function binding (@vplentinax) #206
- [X] Arrow functions revisited (@vplentinax) #204
Object properties configuration
- [X] Property flags and descriptors (@kenliten) #183
- [X] Property getters and setters (@rainvare) #194
Prototypes, inheritance
- [X] Prototypal inheritance (@cortizg) #191
- [X] F.prototype (@cortizg) #192
- [X] Native prototypes (@cortizg) #292
- [X] Prototype methods, objects without proto (@cortizg) #195
Classes
- [X] Class basic syntax (@joaquinelio) #341
- [X] Class inheritance (@cortizg) #274
- [X] Static properties and methods (@cortizg) #172
- [X] Private and protected properties and methods (@cortizg) #173
- [X] Extending built-in classes (@cortizg) #174
- [X] Class checking: "instanceof" (@cortizg) #175
- [X] Mixins (@cortizg) #271
Error handling
- [X] Error handling, "try...catch"
- [X] Custom errors, extending Error (@cortizg) #285
Promises, async/await
- [X] Introduction: callbacks (@cortizg) #232
- [X] Promise (@cortizg) #288
- [X] Promises chaining (@cortizg) #189
- [X] Error handling with promises (@george28cs) #329
- [X] Promise API (@joaquinelio) #313
- [X] Promisification (@Sjesc)
- [X] Microtasks (@vplentinax) #280
- [X] Async/await (@joaquinelio) #317
Generators, advanced iteration
- [X] Generators (@vplentinax) #370
- [X] Async iteration and generators
Modules
- [X] Modules, introduction (@EzequielCaste) #198
- [X] Export and Import (@EzequielCaste) #208
- [X] Dynamic imports (@vplentinax) #295
Miscellaneous
- [X] Proxy and Reflect (@joaquinelio) #451
- [X] Eval: run a code string (@joaquinelio) #303
- [X] Currying (@teocicciari) #287
- [X] Reference Type (@maksumi) #304
- [X] BigInt (@joaquinelio) #305
Browser: Document, Events, Interfaces
Document
- [X] Browser environment, specs (@victorze) #293
- [X] DOM tree (@roosvelt91) #264
- [X] Walking the DOM (@Leired7) #318
- [X] Searching: getElement*, querySelector* (@elemarmar) #311
- [X] Node properties: type, tag and contents (@homero304) #422
- [X] Attributes and properties (@vplentinax) #323
- [X] Modifying the document (@joaquinelio) #494
- [X] Styles and classes (@danilobrinu) #413
- [X] Element size and scrolling (@lgabrielvleon) #433
- [X] Window sizes and scrolling (@vplentinax) #328
- [X] Coordinates (@maksumi) #349
Introduction to Events
- [X] Introduction to browser events (@maksumi) #392
- [X] Bubbling and capturing (@mariomenjr) #372
- [X] Event delegation (@joaquinelio) #353
- [X] Browser default actions (@homero304) #378
- [X] Dispatching custom events (@homero304) #363
UI Events
- [X] Mouse events (@maksumi) #290
- [X] Moving the mouse: mouseover/out, mouseenter/leave (@maksumi) #302
- [X] Drag'n'Drop with mouse events (@kenliten) #466
- [X] Pointer events (@vplentinax) #336
- [X] Keyboard: keydown and keyup (@joaquinelio) #596
- [X] Scrolling (@Leired7) #330
Forms, controls
- [X] Form properties and methods (@kenliten) #431
- [X] Focusing: focus/blur (@j-llano) #527
- [X] Events: change, input, cut, copy, paste (@nahuelcoder) #333
- [X] Forms: event and method submit (@puntope) #454
Document and resource loading
- [X] Page: DOMContentLoaded, load, beforeunload, unload (@vplentinax) #369
- [X] Scripts: async, defer (@danilobrinu) #324
- [X] Resource loading: onload and onerror (@danilobrinu) #393
Miscellaneous
- [X] Mutation observer (@joaquinelio) #337
- [X] Selection and Range (@vplentinax) #382
- [X] Event loop: microtasks and macrotasks (@nahuelcoder) #358
Frames and windows
- [X] Popups and window methods (@Derlys) #359
- [X] Cross-window communication (@homero304) #367
- [X] The clickjacking attack (@homero304) #374
Binary data, files
- [X] ArrayBuffer, binary arrays (@jespadas) #532
- [X] TextDecoder and TextEncoder (@homero304) #338
- [X] Blob (@kenliten) #380
- [X] File and FileReader (@d4g0) #325
Network requests
- [X] Fetch (@carlosabud) #435
- [X] FormData (@MaskeZen) #335
- [X] Fetch: Download progress (@homero304) #425
- [X] Fetch: Abort (@MaskeZen) #360
- [X] Fetch: Cross-Origin Requests (@MaskeZen) #427
- [X] Fetch API (@homero304) #397
- [X] URL objects (@Agus-c) #376
- [X] XMLHttpRequest (@kenliten) #377
- [X] Resumable file upload (@FroggyGentlemen) #375
- [X] Long polling (@homero304) #354
- [X] WebSocket (@joaquinelio) #447
- [X] Server Sent Events (@homero304) #381
Storing data in the browser
- [X] Cookies, document.cookie (@joaquinelio) #510
- [X] LocalStorage, sessionStorage (@arnaugiralt) #82
- [X] IndexedDB (@joaquinelio) #491
Animation
- [X] Bezier curve (@tambaqui) #78
- [X] CSS-animations (@tambaqui ) #110
- [X] JavaScript animations (@homero304) #389
Web components
- [X] From the orbital height (@Leired7) #331
- [X] Custom elements (@joaquinelio) #495
- [X] Shadow DOM (@joaquinelio) #386
- [X] Template element (@RocioC1207) #384
- [X] Shadow DOM slots, composition (@MaxSierra16) #561
- [X] Shadow DOM styling (@MoisesTR) #426
- [X] Shadow DOM and events (@joaquinelio) #550
Regular expressions
- [X] Patterns and flags (@cortizg) #237
- [X] Character classes (@cortizg) #265
- [X] Unicode: flag "u" and class \p{...}
- [X] Anchors: string start ^ and end $ (@cortizg) #268
- [X] Multiline mode of anchors ^ $, flag "m" (@cortizg) #269
- [X] Word boundary: \b
- [X] Escaping, special characters (@cortizg) #284
- [X] Sets and ranges [...] (@cortizg) #296
- [X] Quantifiers +, *, ? and {n} (@cortizg) #297
- [X] Greedy and lazy quantifiers (@cortizg) #355
- [X] Capturing groups (@EzequielCaste) #345
- [X] Backreferences in pattern: \N and \k<name>
- [X] Alternation (OR) | (@vplentinax) #473
- [X] Lookahead and lookbehind (@MrC0D) #385
- [X] Catastrophic backtracking (@jespadas) #591
- [X] Sticky flag "y", searching at position (@AbiF73) #424
- [X] Methods of RegExp and String (@danilobrinu) #414
Hola @lizzie136. Siguiendo la nueva dinámica, me gustaría traducir la página: Hello, world!
@victorze ok! Lo agrego al issue
@lizzie136 ahora seguiré con la página: Code structure
@lizzie136 ahora me gustaría traducir la página: Walking the DOM
Hola chicos, soy nuevo con javascript, pero me aparecio la sugerencia de contribuir y deseo ayudar. Traducire el articulo: Developer console.
Buenas a todos! Me gustaría contribuir con las traducciones, empezaré por traducir el artículo: The modern mode, "use strict"
Hola! Empezare a traducir el artículo: Promisification
Traducire el articulo: Variables.
Data types
Traducire el articulo: Type Conversions
Hola Chicos! me gustaria contribuir a esto y Traducire el articulo: Operators
Conditional operators: if, '?'
Logical operators
Hola gente, me parece buenísimo y les agradezco que quieran ayudar a traducir los artículos. Pero mínimamente les pido que lean los artículos antes de subirlos, verifiquen si lo que escribieron tiene sentido/es entendible y por favor traten de corregir las faltas de ortografía, es algo muy sencillo y nos ahorra mucho tiempo. Saludos!
Comparisons
Loops: while and for
Gracias a todos! Este fin de semana estaré repasando por sus pull requests y actualizando el repositorio.
Interaction: alert, prompt, confirm
Hola, empezaré con Functions
Hola gente! Empiezo a traducir: JavaScript Fundamentals > Variables.
El mié., 22 de may. de 2019 a la(s) 19:18, José Oscátegui ( [email protected]) escribió:
Hola, empezaré con Functions
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/javascript-tutorial/es.javascript.info/issues/17?email_source=notifications&email_token=AGJW6FT6FFJVNB23BN77REDPWXBB3A5CNFSM4HGHNTBKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWAQMPY#issuecomment-494995007, or mute the thread https://github.com/notifications/unsubscribe-auth/AGJW6FXWVCIMRBITXTL4LVLPWXBB3ANCNFSM4HGHNTBA .
-- Mau.-
Type Conversions
Variables
Introduction to browser events
I would like to contribute translating the entire section of Introduction to Events, article by article.
Thanks
Thanks @mario-duran , @laptou and @tikoflano !! We'll be expecting, and checking your PRs
Network requests I would like to contribute translating the entire section of Network requests I will start with "Fetch: Basics"
Animation I would like to contribute translating the entire section of Animation I will start with "Bezier curve"
Hola @lizzie136 quiero colaborar. Voy a traducir la pagina variables !
Una pregunta, como hago para contribuir? XD
Ya averigue como. Empece con variables :)
CSS-animations