Javascript – Unexpected commas in output using a 2d array
I used a class to class to organize everything I needed in this small project and made it require a 2d array to print out a field to the screen class Field { constructor(fieldArr) { this.fieldArr = fieldArr; } get…