2013
function toggleCommentArea(el, selector) {
const wrapper = document.getElementById(selector);
const buttonText = wrapper.classList.contains('nv-comments-hidden') ?
"Hide comments" :
"Show comments";
wrapper.classList.toggle('nv-comments-hidden');
el.textContent = buttonText;
}
2013
As the year 2013 comes to a close and we enter 2014 I’d like to reflect on moments from throughout the year. Last year I… Read it2013