diff --git a/Moar.js b/Moar.js index e69de29b..c45c3e80 100644 --- a/Moar.js +++ b/Moar.js @@ -0,0 +1,5 @@ +let array = ['a','b','c']; + +for(let i = 0; i < array.length; i++){ + console.log(array[i]) +} \ No newline at end of file diff --git a/test.js b/test.js index e69de29b..be35ee74 100644 --- a/test.js +++ b/test.js @@ -0,0 +1 @@ +// To do \ No newline at end of file