Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.24 KB

10.md

File metadata and controls

32 lines (20 loc) · 1.24 KB

📌 10

Recently I saw a lot of posts, tweets and etc about how you should take care of your health. A simple note: this is not new. Who knows me, know how much I think this is important. Anyway, start doing something! o/

:octocat: JS

Do you remember the famous addClass, removeClass and toggleClass from jQuery? The same magic using pure JS

element.classList.add('new-class')
element.classList.remove('new-class')
element.classList.toggle('new-class')

💬 Quotes

"Wherever you are, be all there." - Jim Elliot

🔗 Links

💀 Currently


🏠 back home