Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/marijnh/Eloquent-JavaScript
/ strong_close
Function
strong_close
src/render_html.mjs:139–139 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
137
138
strong_open() {
return
"<strong>"
},
139
strong_close() {
return
"</strong>"
},
140
141
em_open() {
return
"<em>"
},
142
em_close() {
return
"</em>"
},
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected