diff --git a/arrays/README.md b/arrays/README.md index 0690816e..943b0508 100644 --- a/arrays/README.md +++ b/arrays/README.md @@ -8,5 +8,5 @@ Here is a simple array: ```javascript // 1, 1, 2, 3, 5, and 8 are the elements in this array -var numbers = [1, 1, 2, 3, 5, 8]; -``` \ No newline at end of file +var numbers = [1, 1, 2, 3, 5, 8] +```