Skip to content

Commit

Permalink
agrego contenido NODE
Browse files Browse the repository at this point in the history
  • Loading branch information
TamaraPiccinni committed Aug 26, 2023
1 parent 12ba483 commit d7b4936
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Metodología/Node/01-Hola-Mundo/app.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
const nombre = "Daniel";
console.log(nombre);

const nombre2 = "Juan";
console.log(nombre2);

console.log("Hola Mundo desde NodeJS");

0 comments on commit d7b4936

Please sign in to comment.