Mac Terminal Commands and Tricks List
Many MacOS users may find the Terminal and its commands daunting at first glance. Using the Mac Terminal might appear […]
document.addEventListener('scroll', () => {
const header = document.querySelector('.dz-header');
if (window.scrollY > 50) {
header.classList.add('scrolled');
} else {
header.classList.remove('scrolled');
}
});
Many MacOS users may find the Terminal and its commands daunting at first glance. Using the Mac Terminal might appear […]