Top 3 alerts (javascript) or echos (php) when testing code…
1. alert(‘blah’);
2. alert(‘WTF’);
3. alert(‘asdfasdf’);
What is everyone else typing?
echo ‘WORKING!’;
I use that one 
echo ‘Hello World!’;
Everytime. 
console.log(“whateverkeyihitfirst”);
alert(“OK”);
Everytime 
Just for the record, that’s not my personal list, it’s just part of a list I compiled over the years from other people that I am not closely affiliated with. I always use: alert(‘Works perfect the first time, just as I had anticipated. I don’t know why I even bothered making this alert, because I already knew it would work.’);
egobuilders said
Just for the record, that’s not my personal list, it’s just part of a list I compiled over the years from other people that I am not closely affiliated with. I always use: alert(‘Works perfect the first time, just as I had anticipated. I don’t know why I even bothered making this alert, because I already knew it would work.’);
Lol, that’s overkill unless you have a shortcut assigned for it.
I just alert(‘test’);
Actualy i always use alert(‘asdfasdf’); for testing 
- Community Superstar
- Item was Featured
- Author was Featured
- Has been a member for 5-6 years
- Won a Competition
- Sold between 50 000 and 100 000 dollars
- Bought between 10 and 49 items
- Referred between 50 and 99 users
- Europe
my most used are “wazaaa” and “bip” 
