diff --git a/eloquentjavascript/functions.js b/eloquentjavascript/functions.js new file mode 100644 index 0000000..0a7b887 --- /dev/null +++ b/eloquentjavascript/functions.js @@ -0,0 +1,3 @@ +const square = function(x) { + return x * x; +} \ No newline at end of file diff --git a/eloquentjavascript/loopingatriangle.html b/eloquentjavascript/loopingatriangle.html new file mode 100644 index 0000000..0a6db78 --- /dev/null +++ b/eloquentjavascript/loopingatriangle.html @@ -0,0 +1,22 @@ + + +
+ + +