Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/careercup/CtCI-6th-Edition-JavaScript
/ minesweeper.js
File
minesweeper.js
chapter07/7.10 - Minesweeper/minesweeper.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
var
Minesweeper =
function
(N, B) {
2
this.board = null;
3
this.init(N, B);
4
};
Callers
nothing calls this directly
Calls
1
push
Method · 0.45
Tested by
no test coverage detected