diff --git a/.gitattributes b/.gitattributes index 336f867..0c68c1a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,5 @@ -*.Roff linguist-detectable=false + + +* linguist-vendored +*.js linguist-vendored=true + diff --git a/Chapter 01/Exercise_1.1.js b/Chapter 01/Exercise_1.1.js new file mode 100644 index 0000000..43dab23 --- /dev/null +++ b/Chapter 01/Exercise_1.1.js @@ -0,0 +1,6 @@ +4 + 10 +14 + +console.log("Laurence") +Laurence +undefined diff --git a/Chapter 01/Exercise 1.2 b/Chapter 01/Exercise_1.2.html similarity index 100% rename from Chapter 01/Exercise 1.2 rename to Chapter 01/Exercise_1.2.html diff --git a/Chapter 01/Exercise 1.3 b/Chapter 01/Exercise_1.3.html similarity index 100% rename from Chapter 01/Exercise 1.3 rename to Chapter 01/Exercise_1.3.html diff --git a/Chapter 01/Exercise 1.4 b/Chapter 01/Exercise_1.4.js similarity index 100% rename from Chapter 01/Exercise 1.4 rename to Chapter 01/Exercise_1.4.js diff --git a/Chapter 01/Project 1 b/Chapter 01/Project_1.html similarity index 66% rename from Chapter 01/Project 1 rename to Chapter 01/Project_1.html index 0c8bcee..bd06639 100644 --- a/Chapter 01/Project 1 +++ b/Chapter 01/Project_1.html @@ -8,8 +8,3 @@ -// console.log("Laurence"); -/* -This is my comment -Laurence Svekis -*/ diff --git a/Chapter 01/app.js b/Chapter 01/app.js new file mode 100644 index 0000000..89c837f --- /dev/null +++ b/Chapter 01/app.js @@ -0,0 +1 @@ +alert("Saying hi from a different file!"); diff --git a/Chapter 01/myJS.js b/Chapter 01/myJS.js new file mode 100644 index 0000000..83832b4 --- /dev/null +++ b/Chapter 01/myJS.js @@ -0,0 +1,5 @@ +// console.log("Laurence"); +/* +This is my comment +Laurence Svekis +*/