Oregon
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;
}
The Oregon Trail
A long journey that finally paid off and it didn’t involve getting dysentery… Just about three years ago I was working with a couple of… Read itThe Oregon Trail