MCPcopy Create free account
hub / github.com/careercup/CtCI-6th-Edition-JavaScript / drawLine.js

File drawLine.js

chapter05/5.8 - Draw Line/drawLine.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1var drawLine = function(screen, width, x1, x2, y) {
2 var byte;
3 var pixel;
4

Callers

nothing calls this directly

Calls 1

drawLineFunction · 0.85

Tested by

no test coverage detected