Skip to content

Commit b0f5d2c

Browse files
committed
Se agrego el ultimo punto del ultimo ejercicio
1 parent e19e796 commit b0f5d2c

File tree

1 file changed

+3
-1
lines changed
  • Roadmap/00 - SINTAXIS, VARIABLES, TIPOS DE DATOS Y HOLA MUNDO/javascript

1 file changed

+3
-1
lines changed

Roadmap/00 - SINTAXIS, VARIABLES, TIPOS DE DATOS Y HOLA MUNDO/javascript/Jorge186414.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,6 @@ const x = 2n ** 65n
5454
// symbol
5555
const symbol = Symbol('Hola')
5656
// unndefined
57-
const undefined = undefined
57+
const undefined = undefined
58+
59+
console.log('Hola, JavaScript')

0 commit comments

Comments
 (0)