MCPcopy Create free account
hub / github.com/betomoedano/JavaScript-Coding-Interview-Questions / isValidWalk.js

File isValidWalk.js

arrays/isValidWalk.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1function isValidWalk(walk) {
2 let n = 0;
3 let s = 0;
4 let e = 0;

Callers

nothing calls this directly

Calls 1

isValidWalkFunction · 0.85

Tested by

no test coverage detected