From 5549c2e241d87db912c58f3c67cdd11ca5f34064 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 9 Sep 2022 09:41:04 -0300 Subject: [PATCH 1/2] add log --- test.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test.js b/test.js index 6142b6b..a3b59e9 100644 --- a/test.js +++ b/test.js @@ -1 +1,2 @@ -//// prueba \ No newline at end of file +//// prueba +console.log("Alexis") \ No newline at end of file From 6f96157ac712382ecd3d09542f85105650aac405 Mon Sep 17 00:00:00 2001 From: Fabian Tureo Avalith Date: Fri, 9 Sep 2022 09:41:17 -0300 Subject: [PATCH 2/2] add log with my name --- test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test.js b/test.js index 2afb0e7..5598cfb 100644 --- a/test.js +++ b/test.js @@ -1 +1,2 @@ // COmenzando las pruebas +console.log("Fabi");