function append()
in
js/downloads.js [25:27]
3
lines of code
1
McCabe index (conditional complexity)
function append(el, contents) { el.innerHTML += contents; }