From 66e4432bb17ba9bfc5843a802bbc6f69c46b7b99 Mon Sep 17 00:00:00 2001 From: barbaro reyes Date: Tue, 12 May 2020 22:02:39 -0500 Subject: [PATCH 1/2] move script tag --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index c090ac0..62fb60a 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - + Console Practice @@ -17,5 +17,6 @@

This button just returns a greeting in the console below

+ \ No newline at end of file From 4c658fe094170f5f58d1273bcc03f18345cf05df Mon Sep 17 00:00:00 2001 From: barbaro reyes Date: Tue, 12 May 2020 22:16:16 -0500 Subject: [PATCH 2/2] finish --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index b24a0a2..bd2a7d7 100644 --- a/index.js +++ b/index.js @@ -18,7 +18,7 @@ window.onload = () => { const sayHello = () => { return "Hello!" } - +console.log(sayHello()) // 3 - In the Chrome Console type out the name of each of these variables @@ -35,7 +35,7 @@ const object1 = { } // 3.5 - Can you add statements below to log to the console each of the variables above? - + console.log(arr1,num1,name1,object1) // This variable will hold text values for us let inputFieldValue = ""