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