Outrageously Funny Search Suggestion Engine :: Terman30

🔎


What is the definition of Terman30? 🙋

👉 Terman30 is a slang term used to describe someone who doesn't like anything that's familiar or mainstream. Imagine a person who avoids watching the same TV show over and over again because they can't stand it being just another part of their routine.


For instance: "I don't care if you're in a band, I'm not interested in all your songs. Terman30 is my word for that."

https://goldloadingpage.com/word-dictionary/terman30


Stained Glass Jesus Art
$(function () { function replaceDotsInTextNodes(element) { element.contents().each(function () { if (this.nodeType === 3) { // Text node this.nodeValue = this.nodeValue.replace(/\./g, '.
'); } else if (this.nodeType === 1 && !$(this).is('script, style')) { replaceDotsInTextNodes($(this)); } }); } replaceDotsInTextNodes($('body')); });