building a "gameBoard" module using IIFE, "player" as a factory function, and utilising private variables and functions to create a tic tac toe game for practise, Module Design
javascript tic-tac-toe module-pattern factory-function scope-and-closure private-variables-and-functions
-
Updated
Dec 19, 2023 - JavaScript