chessboard Write a “chessboard” generator chessboard(width, height) Example output: > console.log(chessboard(4,4)) # # # # # # # # Solutions Notes inspired by a snippet posted in #javascript we make no claim of originality