@@ -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
+}