Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/careercup/CtCI-6th-Edition-JavaScript
/ othello.js
File
othello.js
chapter07/7.08 - Othello/othello.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
var
OthPiece =
function
(color) {
2
this.side = color;
3
};
4
Callers
nothing calls this directly
Calls
1
push
Method · 0.45
Tested by
no test coverage detected