updated folder structure
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
let varContainingFunction = function () {
|
||||
let varInFunction = "I'm in a function.";
|
||||
console.log("hi there!");
|
||||
};
|
||||
|
||||
varContainingFunction();
|
||||
Reference in New Issue
Block a user