diff --git a/intro_html/js.html b/intro_html/js.html index 2db6225..da2cf49 100644 --- a/intro_html/js.html +++ b/intro_html/js.html @@ -76,7 +76,7 @@ function showNumber1() { document.getElementById('numbersAndButtons').innerHTML = /*HTML*/ ` -
+
@@ -85,7 +85,7 @@ function showNumber2() { document.getElementById('numbersAndButtons').innerHTML = /*HTML*/ ` -
+
@@ -94,7 +94,7 @@ function showNumber3() { document.getElementById('numbersAndButtons').innerHTML = /*HTML*/ ` -
' +
@@ -103,7 +103,7 @@ function showNumber4() { document.getElementById('numbersAndButtons').innerHTML = /*HTML*/ ` -
+
diff --git a/the_good_parts/index.html b/the_good_parts/index.html new file mode 100644 index 0000000..68812e7 --- /dev/null +++ b/the_good_parts/index.html @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/the_good_parts/index.html~ b/the_good_parts/index.html~ new file mode 100644 index 0000000..e69de29 diff --git a/the_good_parts/script.js b/the_good_parts/script.js new file mode 100644 index 0000000..5e5c091 --- /dev/null +++ b/the_good_parts/script.js @@ -0,0 +1,4 @@ +hello(); +function hello() { + console.log('Hello World!'); +} diff --git a/the_good_parts/script.js~ b/the_good_parts/script.js~ new file mode 100644 index 0000000..dcb0167 --- /dev/null +++ b/the_good_parts/script.js~ @@ -0,0 +1,3 @@ +function() { + consol +}