beaucarnes / fcc-project-tutorials

freeCodeCamp video project tutorials.
296 stars 416 forks source link

remove param passed into emptySqares() #6

Closed IWantToLearnCoding closed 6 years ago

IWantToLearnCoding commented 7 years ago

No need to pass param to emptySqures() as it returns availableSpots from origBoard which is a global variable.

beaucarnes commented 6 years ago

Just noticed this. Sorry it took so long to merge!