what is the disadvantage of using innerHTML in JavaScript?
a) Content can not be replaced everywhere
b) We can use like "appending to innerHTML"
c) Even if you use +=like "innerHTML = innerHTML + 'html'" still the old content is replaced by html
d) The entire innerHTML content is not re-parsed and build into elements, therefore its not slower