// Get the button: let mybutton = document.getElementById("myBtn"); // When the user scrolls down 20px from the top of the document, show the button window.onscroll = function() {scrollFunction()}; function scrollFunction() { if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) { mybutton.style.display = "block"; } else { mybutton.style.display = "none"; } } // When the user clicks on the button, scroll to the top of the document function topFunction() { document.body.scrollTop = 0; // For Safari document.documentElement.scrollTop = 0; // For Chrome, Firefox, IE and Opera }
laugh neon light signage turned on

Bloganuary 2022 – Day 7

I’m particularly grateful for this prompt, today. Without going into great detail, this has been a challenging week.

What Makes You Laugh?

I’m pretty good at laughing at just about anything. Even, sometimes, things I probably shouldn’t laugh at.

I really enjoy infectious laughter. When something so silly causes a whole group of people to laugh uncontrollably for just a bit too long. Like a censored screaming goat. Or something that honestly I can’t even remember anymore, but the laughter just would not stop. As soon as it got quiet, someone would snort while trying to hold in a laugh and the giggling started all over again.

I like goofy stuff, I groan at “dumb jokes” but inside I’m laughing. Like “Why is six afraid of seven? Because seven eight nine.” See? Just dumb, but hilarious!

This morning I watched “NFL 2021” – A Bad Lip Reading. That definitely made me laugh.

Leave a Reply

Discover more from Be Brave Traveler

Subscribe now to keep reading and get access to the full archive.

Continue reading