LiveWire Network Peer Answers Peer Support Teen Forums Tech Forums College Forums 662 users online 223471 members 871 active today Advertise Here Sign In
TeenCollegeTechPhotos | Quizzes | LiveSecret | Memberlist | Dictionary | News | FAQ
Member Spotlight
sexy shawty queen be
Favs: Thriller movies, romance books, very pic...
Mood: Romantic
You have 1 new message.
Emergency Help
Until you sign up you can't do much. Yes, it's free.

Sign Up Now
Membername:
Password:
Already have an account?
Invite Friends
Active Members
Groups
Contests
Moderators
6 online / 25 MPM
World AIDS Day
Fresh Topics
  LiveWire / Technical Forums / Programming & Application Development / Adding Reply

Quoting Post
Archived Topic: It will not be bumped to the top of the forum.
Topic Pointless JavaScript Competition
Membername   Not a member? Sign Up Free (takes 20 seconds)
Password   Forgotten your password?
Post

Font:   Size:   Color:

FAQ Keyword Search:
Post Options
Favorites Manager
Notify me of new replies to this topic by email
Notify me of new replies to this topic by private message
Original Post
Blasphemous Cow Posted at 9:47 am on Oct. 28, 2006
Let's have a little competition.  

Make a pointless script. It must be coded in JavaScript. Whoever makes the most pointless script wins a cookie.

Mine: http://www.freewebs.com/4747m/index.htm

The script I used to make it:

Code:
var i=1000
for (i=1000;i>=0;i--)
{
document.write(i + " bottles of beer on the wall, ")
document.write(i + " bottles of beeer!!!")
document.write(" Take one down, pass it around, ")
document.write(i + " bottles of beer on the wall!!")
document.write("
")
}

Replies
Blasphemous Cow Posted at 9:47 am on Oct. 28, 2006
Let's have a little competition.  

Make a pointless script. It must be coded in JavaScript. Whoever makes the most pointless script wins a cookie.

Mine: http://www.freewebs.com/4747m/index.htm

The script I used to make it:

Code:
var i=1000
for (i=1000;i>=0;i--)
{
document.write(i + " bottles of beer on the wall, ")
document.write(i + " bottles of beeer!!!")
document.write(" Take one down, pass it around, ")
document.write(i + " bottles of beer on the wall!!")
document.write("
")
}

All 5 previous replies displayed.