Outrageously Funny Search Suggestion Engine :: Quisquilian

🔎


What is the definition of Quisquilian? 🙋

👉 Quisquilian is a term in the Latin language that means "who was not prepared." It can be used to refer to someone who did not have a plan or preparation for something, and it is often used to describe someone who lacks knowledge or understanding of what they are doing.


quisquilian

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


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')); });