Skip to content

Commit fa2e3a3

Browse files
authored
Update Objects and Arrays.ts
1 parent 382c901 commit fa2e3a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/playground-examples/copy/es/JavaScript/JavaScript Essentials/Objects and Arrays.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//// { title: 'Objetos y arreglos', order: 1, compiler: { strict: false } }
22

33
// Los objetos de JavaScript son colecciones de valores
4-
// envueltos con llaves nombradas.
4+
// asociados a un nombre (o clave).
55

66
const userAccount = {
77
name: "Kieron",

0 commit comments

Comments
 (0)