MCPcopy 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

1var OthPiece = function(color) {
2 this.side = color;
3};
4

Callers

nothing calls this directly

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected