Skip to content

Commit 6be9c5c

Browse files
authored
Update Espanol-may2020.md
1 parent 316a02d commit 6be9c5c

File tree

1 file changed

+24
-20
lines changed

1 file changed

+24
-20
lines changed

Espanol-may2020.md

Lines changed: 24 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,49 @@
1-
Links anteriores a la supersincronización de Valentina -comming soon-
2-
3-
Son las traducciones presuntamente desactualizadas respecto al repo ENG
4-
5-
Como el bot no registra fechas, esta guia permite revisar donde el bot no puede ayudar, commits posteriores deberían tener buen tracking.
1+
Links Y MARCAS
62

7-
Hay que revisar las X, el que lo haga plis marque la linea de alguna forma (o borre) y el último que borre el archivo y apague la vela.
8-
9-
También están las asignadas sin commit, supongo que puedo borrarlas si no se les ocurre uso. Intuyo que puede tenerlo.
3+
anteriores a la supersincronización de Valentina -comming soon-
4+
5+
```
6+
*** Conflictos estructura ***
7+
Garbage collection (@PawFV) #151
8+
Constructor, operator "new" (@ezzep66) #160
9+
Map and Set (@vplentinax) #162
10+
Object.keys, values, entries (@ezzep66) #161
11+
Destructuring assignment (@ezzep66) #163
12+
JSON methods, toJSON (@ezzep66) #170
13+
```
1014

1115

1216
### An introduction
1317

14-
* [X] [An Introduction to JavaScript](https://github.com/javascript-tutorial/es.javascript.info/blob/master/1-js/01-getting-started/1-intro) (@tscandalitta) #16
18+
* [X] [An Introduction to JavaScript](https://github.com/javascript-tutorial/es.javascript.info/blob/master/1-js/01-getting-started/1-intro) (@tscandalitta) #16 #16 CERRADO SIN MERGE
1519
* [X] [Manuals and specifications](https://github.com/javascript-tutorial/es.javascript.info/blob/master/1-js/01-getting-started/2-manuals-specifications) (@tiomno)
16-
* [X] [Code editors](https://github.com/javascript-tutorial/es.javascript.info/blob/master/1-js/01-getting-started/3-code-editors) (@lizzie136 ) #16
20+
* [X] [Code editors](https://github.com/javascript-tutorial/es.javascript.info/blob/master/1-js/01-getting-started/3-code-editors) (@lizzie136 ) #16 #16 CERRADO SIN MERGE
1721
* [ ] [Developer console](https://github.com/javascript-tutorial/es.javascript.info/blob/master/1-js/01-getting-started/4-devtools) (@ezzep66)
1822

1923
### JavaScript Fundamentals
2024

21-
* [X] [Hello, world!](https://github.com/javascript-tutorial/es.javascript.info/blob/master/1-js/02-first-steps/01-hello-world) (@victorze ) #31
22-
* [X] [Code structure](https://github.com/javascript-tutorial/es.javascript.info/blob/master/1-js/02-first-steps/02-structure) (@victorze ) #32
25+
* [X] [Hello, world!](https://github.com/javascript-tutorial/es.javascript.info/blob/master/1-js/02-first-steps/01-hello-world) (@victorze ) #31 VICTORZE NO FIRMO AGREEMENT
26+
* [X] [Code structure](https://github.com/javascript-tutorial/es.javascript.info/blob/master/1-js/02-first-steps/02-structure) (@victorze ) #32 VICTORZE NO FIRMO AGREEMENT
2327
* [X] [The modern mode, "use strict"](https://github.com/javascript-tutorial/es.javascript.info/blob/master/1-js/02-first-steps/03-strict-mode) (@SantiEspada )
24-
* [X] [Variables](https://github.com/javascript-tutorial/es.javascript.info/blob/master/1-js/02-first-steps/04-variables) (@javier123454321) #93
28+
* [X] [Variables](https://github.com/javascript-tutorial/es.javascript.info/blob/master/1-js/02-first-steps/04-variables) (@javier123454321) #93 NO FIRMO AGREEMENT
2529
* [X] [Data types](https://github.com/javascript-tutorial/es.javascript.info/blob/master/1-js/02-first-steps/05-types) (@tscandalitta) #46
2630
* [X] [Interaction: alert, prompt, confirm](https://github.com/javascript-tutorial/es.javascript.info/blob/master/1-js/02-first-steps/06-alert-prompt-confirm) (@tscandalitta ) #49
2731
* [X] [Type Conversions](https://github.com/javascript-tutorial/es.javascript.info/blob/master/1-js/02-first-steps/07-type-conversions) (@tikoflano) #57
2832
* [ ] [Basic operators, maths](https://github.com/javascript-tutorial/es.javascript.info/blob/master/1-js/02-first-steps/08-operators) (@ezzep66) #187
2933
* [X] [Comparisons](https://github.com/javascript-tutorial/es.javascript.info/blob/master/1-js/02-first-steps/09-comparison)
30-
* [X] [Conditional operators: if, '?'](https://github.com/javascript-tutorial/es.javascript.info/blob/master/1-js/02-first-steps/10-ifelse) (@Giorgiosaud) #95
34+
* [X] [Conditional operators: if, '?'](https://github.com/javascript-tutorial/es.javascript.info/blob/master/1-js/02-first-steps/10-ifelse) (@Giorgiosaud) #95 ?? BUENA, COMPLETA VARIOS ARCH, APROBADO SIN MERGE, CONFLICTOS, NO LA QUIERO PERDER!!
3135
* [X] [Logical operators](https://github.com/javascript-tutorial/es.javascript.info/blob/master/1-js/02-first-steps/11-logical-operators) (@Sjesc ) #47
3236
* [X] [Nullish coalescing operator '??'](https://github.com/javascript-tutorial/es.javascript.info/blob/master/1-js/02-first-steps/12-nullish-coalescing-operator) (@ddanielcruzz) #196
3337
* [X] [Loops: while and for](https://github.com/javascript-tutorial/es.javascript.info/blob/master/1-js/02-first-steps/13-while-for) (@Sjesc) #50
3438
* [ ] [The "switch" statement](https://github.com/javascript-tutorial/es.javascript.info/blob/master/1-js/02-first-steps/14-switch) (@rajcespedes)
35-
* [X] [Functions](https://github.com/javascript-tutorial/es.javascript.info/blob/master/1-js/02-first-steps/15-function-basics) (@Giorgiosaud) #96
39+
* [X] [Functions](https://github.com/javascript-tutorial/es.javascript.info/blob/master/1-js/02-first-steps/15-function-basics) (@Giorgiosaud) #96 ?????? BUENA Y COMPLETA E VARIOS ARCHIVOS, SIN MERGE, CONFLICTOS, NO LA QUIERO PERDER!!
3640
* [ ] [Function expressions](https://github.com/javascript-tutorial/es.javascript.info/blob/master/1-js/02-first-steps/16-function-expressions) (@ezzep66) #159
3741
* [ ] [Arrow functions, the basics](https://github.com/javascript-tutorial/es.javascript.info/blob/master/1-js/02-first-steps/17-arrow-functions-basics) (@ricardov03)
38-
* [ ] [JavaScript specials](https://github.com/javascript-tutorial/es.javascript.info/blob/master/1-js/02-first-steps/18-javascript-specials) (@Giorgiosaud) #99
42+
* [ ] [JavaScript specials](https://github.com/javascript-tutorial/es.javascript.info/blob/master/1-js/02-first-steps/18-javascript-specials) (@Giorgiosaud) #99 ???? BUENA , SIN MERGE, CONFLICTOS, NO LA QUIERO PERDER!!
3943

4044
### Code quality
4145

42-
* [X] [Debugging in Chrome](https://github.com/javascript-tutorial/es.javascript.info/blob/master/1-js/03-code-quality/01-debugging-chrome) (@Giorgiosaud) #101
46+
* [X] [Debugging in Chrome](https://github.com/javascript-tutorial/es.javascript.info/blob/master/1-js/03-code-quality/01-debugging-chrome) (@Giorgiosaud) #101 ?????? BUENA 5 ARCHIVOS, SIN MERGE, CONFLICTOS, NO LA QUIERO PERDER!!
4347
* [ ] [Coding Style](https://github.com/javascript-tutorial/es.javascript.info/blob/master/1-js/03-code-quality/02-coding-style) (@luisandia)
4448
* [ ] [Comments](https://github.com/javascript-tutorial/es.javascript.info/blob/master/1-js/03-code-quality/03-comments) (@Arnau-Ninerola)
4549
* [ ] [Ninja code](https://github.com/javascript-tutorial/es.javascript.info/blob/master/1-js/03-code-quality/04-ninja-code) (@Sjesc) #109
@@ -50,7 +54,7 @@ También están las asignadas sin commit, supongo que puedo borrarlas si no se l
5054

5155
* [ ] [Objects](https://github.com/javascript-tutorial/es.javascript.info/blob/master/1-js/04-object-basics/01-object) (@lucasrdz994) #92
5256
* [ ] [Object copying, references](https://github.com/javascript-tutorial/es.javascript.info/blob/master/1-js/04-object-basics/02-object-copy) (@ddanielcruzz)
53-
* [ ] [Garbage collection](https://github.com/javascript-tutorial/es.javascript.info/blob/master/1-js/04-object-basics/03-garbage-collection) (@PawFV) #151
57+
* [ ] [Garbage collection](https://github.com/javascript-tutorial/es.javascript.info/blob/master/1-js/04-object-basics/03-garbage-collection) (@PawFV) #151 ??? OK, 2 APRoBADOS... conflicto estructura !!! le Dejé MSG en discord
5458
* [ ] [Object methods, "this"](https://github.com/javascript-tutorial/es.javascript.info/blob/master/1-js/04-object-basics/04-object-methods) (@martinivanalfonso)
5559
* [ ] [Constructor, operator "new"](https://github.com/javascript-tutorial/es.javascript.info/blob/master/1-js/04-object-basics/06-constructor-new) (@ezzep66) #160
5660
* [ ] [Optional chaining '?.'](https://github.com/javascript-tutorial/es.javascript.info/blob/master/1-js/04-object-basics/07-optional-chaining) (@vplentinax)
@@ -89,7 +93,7 @@ También están las asignadas sin commit, supongo que puedo borrarlas si no se l
8993
### Object properties configuration
9094

9195
* [ ] [Property flags and descriptors](https://github.com/javascript-tutorial/es.javascript.info/blob/master/1-js/07-object-properties/01-property-descriptors) (@kenliten) #183
92-
* [ ] [Property getters and setters](https://github.com/javascript-tutorial/es.javascript.info/blob/master/1-js/07-object-properties/02-property-accessors) (@rainvare) #194
96+
* [ ] [Property getters and setters](https://github.com/javascript-tutorial/es.javascript.info/blob/master/1-js/07-object-properties/02-property-accessors) (@rainvare) #194 NO FIRMO-----------------------------
9397

9498
### Prototypes, inheritance
9599

@@ -141,7 +145,7 @@ También están las asignadas sin commit, supongo que puedo borrarlas si no se l
141145

142146
### Document
143147

144-
* [X] [Browser environment, specs](https://github.com/javascript-tutorial/es.javascript.info/blob/master/2-ui/1-document/01-browser-environment) (@victorze)
148+
* [X] [Browser environment, specs](https://github.com/javascript-tutorial/es.javascript.info/blob/master/2-ui/1-document/01-browser-environment) (@victorze) -----------no FIRMÓ -------------------
145149
* [X] [Walking the DOM](https://github.com/javascript-tutorial/es.javascript.info/blob/master/2-ui/1-document/03-dom-navigation) (@victorze)
146150

147151
### Introduction to Events

0 commit comments

Comments
 (0)