Apparently Russiagate started when the Stupidest Man on Trump’s team confided in Australia’s Stupidest former political leader, Alexander Downer.
Month: December 2017
JavaScript’s typeof operator should be ignored. It’s broken.
JavaScript’s typeof operator should be ignored. It’s broken.
A more reliable test for data types:
Object.prototype.toString.call(data);
For example:
Object.prototype.toString.call([]); // [object Array]
Object.prototype.toString.call({}); // [object Object]
Object.prototype.toString.call(”); // [object String]
Object.prototype.toString.call(new Date()); // [object Date]
Object.prototype.toString.call(1); // [object Number]
Object.prototype.toString.call(function () {}); // [object Function]
Object.prototype.toString.call(/test/i); // [object RegExp]
Object.prototype.toString.call(true); // [object Boolean]
Object.prototype.toString.call(null); // [object Null]
Object.prototype.toString.call(); // [object Undefined]
The power of positive thinking.

The power of positive thinking.
Paste this into your browser’s console:
Paste this into your browser’s console:
setInterval(_=>{
document.body.innerHTML = “
” + [
…”😮😀😁😐😑😬”
][new Date%6]
}, 99)
https://mobile.twitter.com/aemkei/status/941410298388537346
Title

When the government is substantially owned by big business, that’s hardly surprising.
When the government is substantially owned by big business, that’s hardly surprising.
With clothing like the kind they wore in those days, you could pretty much hide anything.
With clothing like the kind they wore in those days, you could pretty much hide anything.
Originally shared by Jeffrey J Davis
19-Year-Old Student Hides Spy Camera In His Clothing To Take Secret Street Photos In The 1890s
Saudi really needs it’s own BDS. The best reason I can think of for going to all electric vehicles.

Saudi really needs it’s own BDS. The best reason I can think of for going to all electric vehicles.
Originally shared by Mike Davey
Anna Muzychuk is going to lose her two chess World Champion titles because she refuses to play in Saudi Arabia where she will be treated like an infant.
If you’re still using JQuery in this day and age you really need to stop yourself and ask why.
If you’re still using JQuery in this day and age you really need to stop yourself and ask why. JQuery remains one of the most popular and downloaded JavaScript libraries. The plainJS website shows you how you can get rid of it. All 100K+ of it.
A classic of the genre

A classic of the genre