just got an idea for a new pfp
rat [any pronouns]
just got an idea for a new pfp
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
marquee is deprecated :(
dancing letter
is it just me or are there no canadians on wasteof
- someone whos not a canadian
if you accept the definition of a word as some letters surrounded by a gap, then
xnopyt
wasteof.mmMMmMmMMmMMmmMMMMmmmMMmMmMmMMMmmM
WHY IS THE PINNED POST ICON THE ONLY EMOJI ON WASTEOF TO NOT BE TWEMOJI-FIED!!
shovels are just ground spoons
i have something planned for april fools
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