(visible_text)
| 172 | } |
| 173 | |
| 174 | function create_h3(visible_text) { |
| 175 | return ("<h4>" + visible_text + "</h4>"); |
| 176 | } |
| 177 | |
| 178 | function create_new_div(id, divClass = "") { |
| 179 | let displayHTML = '<div id="' + id + '"'; |
no outgoing calls
no test coverage detected