MCPcopy Index your code
hub / github.com/braziljs/eloquente-javascript / 12_3_comments.js

File 12_3_comments.js

code/solutions/12_3_comments.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1function skipSpace(string) {
2 let skippable = string.match(/^(\s|#.*)*/);
3 return string.slice(skippable[0].length);
4}

Callers

nothing calls this directly

Calls 1

parseFunction · 0.85

Tested by

no test coverage detected