-
-
Notifications
You must be signed in to change notification settings - Fork 116
Expand file tree
/
Copy pathindex.js
More file actions
25 lines (25 loc) 路 772 Bytes
/
Copy pathindex.js
File metadata and controls
25 lines (25 loc) 路 772 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
export default {
firstMethod: 'Tengo un objeto, me gustar铆a',
infoPropMethod: 'Necesito conseguir',
methodOptions: 'Necesito',
methodTypes: {
create: 'crear',
determine: 'determinar',
'return a': 'devolver un',
'find out': 'averiguar',
'get an array of all of the': 'conseguir un array de todos los'
// string: 'string'
},
details: 'detalles de la propiedad',
list: 'una lista de todas las claves y/o valores',
primaryOptions: [
'crear un objeto',
'crear propiedades',
'obtener informaci贸n de los objetos',
'obtener informaci贸n de las propiedades',
'restringir cambios en un objeto',
'crear una cadena desde un objeto',
'manejar prototipos'
]
// other text can be added here
}