Wtf is a Wankie? Lmao.
Wtf is a Wankie? Lmao.
Are they related to Gooners?
Is there going to be a Wankie/Gooner war?
Wtf is a Wankie? Lmao.
Are they related to Gooners?
Is there going to be a Wankie/Gooner war?
This taglines need to be sourced tbh
They are pretty funny out of context though
im sorry i need my humour to be dialectical as well
This taglines need to be sourced tbh put down with extreme prejudice
javascript
isoData.site_res.taglines.flatMap((obj, index) => { const {local_site_id = _, ...tagline} = obj; return tagline.content.toLowerCase().includes("wankie") ? Object.assign({number: index + 1}, tagline) : []; })
There you go, source to can confirm the tagline exists /s
The output in my console was:
Array [ {…} ] 0: Object { number: 1569, id: 1299739, content: "Oh sweet summer child. You think they’re the only ones that spread misinformation? Wankies aren’t much different than tankies. But whatever makes you sleep at night.\n", … }
WTF?! Are all possible taglines are included in the response and only one is chosen client side? How dare the admins waste bandwidth like that.
bourgeois decadence smdh
Are all possible taglines are included in the response
Yep, if you just want to read them all, you can use:
javascript
isoData.site_res.taglines.map(x => x.content)