The question is, comparing concatination using innerHTML and appending a text node to an existing node. What is happening behind the scene?
My thoughts around this s
I've created a small gist with a performance comparison between innerHTML and appendChild.
The last one wins by a wide margin
https://gist.github.com/oliverfernandez/5619180