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 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 = ""