MCPcopy Create free account
hub / github.com/marijnh/Eloquent-JavaScript / meta_hint_close

Function meta_hint_close

src/render_html.mjs:183–183  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

181
182 meta_hint_open() { return "\n\n<details class=\"solution\"><summary>Display hints...</summary><div class=\"solution-text\">" },
183 meta_hint_close() { return "\n\n</div></details>" }
184}
185
186function renderArray(tokens) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected