Merge branch 'main' of https://github.com/PacktPublishing/JavaScript-from-Beginner-to-Professional
This commit is contained in:
Vendored
+5
-1
@@ -1 +1,5 @@
|
||||
*.Roff linguist-detectable=false
|
||||
|
||||
|
||||
* linguist-vendored
|
||||
*.js linguist-vendored=true
|
||||
|
||||
|
||||
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
4 + 10
|
||||
14
|
||||
|
||||
console.log("Laurence")
|
||||
Laurence
|
||||
undefined
|
||||
@@ -8,8 +8,3 @@
|
||||
</body>
|
||||
</html>
|
||||
|
||||
// console.log("Laurence");
|
||||
/*
|
||||
This is my comment
|
||||
Laurence Svekis
|
||||
*/
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
alert("Saying hi from a different file!");
|
||||
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
// console.log("Laurence");
|
||||
/*
|
||||
This is my comment
|
||||
Laurence Svekis
|
||||
*/
|
||||
Reference in New Issue
Block a user