Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
function
skipSpace(string) {
2
let
skippable = string.match(/^(\s|#.*)*/);
3
return
string.slice(skippable[0].length);
4
}
Callers
nothing calls this directly
Calls
1
parse
Function · 0.85
Tested by
no test coverage detected