JAVASCRIPT PLEASE
vii. Write function setGrid to do the following 1. Empty parameter list 2. Initialize variable counter to property gridsize of object settings
3. If variable isCustomGrid is true a. Append each letter to the Boggle board in all uppercase; code is provided, do not remove (!important) b. Return array grid 4. Loop while variable counter is greater than 0 Referencing array grid, call function push, pass as an argument function call a. setLetters()) b. Decrement loop control variable counter by one 5. Return array grid
JAVASCRIPT PLEASE
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am