The Element.classList is read-only property property that returns the class name(s) of an element, as a DOMTokenList object.
It can be modyfied with add(), remove(), toggle(), etc..
modal.classList.remove('hidden');
modal.classList.add('hidden');
모달윈도우 버튼 클릭시 활성화/비활성화 작업
안녕하세요! 혹시 첨부하신 코드 스니펫 테마가 뭔지 알 수 있을까요?