The animatronics tend to get a little… quirky… at night.
It’s a new company policy that all employees must wear fur suits to work
This policy comes into effect immediately
if you accept the definition of a word as some letters surrounded by a gap, then
thanks for 51
followers guys, very cool
now to overtake @polaris so i appear at the bottom of the beta explore page :trol:
have you been stabbed and are bleeding out? just laugh it off!
turns out i cant get the .lk domain unless i have a contact address in sri lanka
i do not have that
which ending should i use for bit talk’s domain
.us - cheaper, but less COOL ($12/year i think)
.lk - COOL but expensive ($30/year?) plus it blends in with the name which i rly like
String.prototype.isUpperCase = function() {
if (!/^[a-zA-Z]+$/.test(this.toString())) return false;
return this.toString() === this.toUpperCase()
}
String.prototype.isLowerCase = function() {
if (!/^[a-zA-Z]+$/.test(this.toString())) return false;
return this.toString() === this.toLowerCase()
}
helpful. thought id send it