Jump to content

I'm thinking of a number between 1 and 1,000,000.


50 posts in this topic

Recommended Posts

  • Replies 49
  • Created
  • Last Reply

Top Posters In This Topic

Posted

@zzmorg82 Does my post count?

Download dosnt count :p

 

Zimon's rule xD

 

Open notepad, paste this, save it as a .html, open it, your number is there :p

 

 

<html> 
<body> 
 
<script type="text/javascript"> 
document.write("0"); 
 
i = 1; 
do 
{ 
document.write(", " + i); 
 
i++; 
} 
while (i <= 1000000) 
</script> 
 
 
</body> 
</html>

I updated the OP.

._.

Posted

Download dosnt count :p

 

Zimon's rule xD

 

Open notepad, paste this, save it as a .html, open it, your number is there :p

<html> 
<body> 
 
<script type="text/javascript"> 
document.write("0"); 
 
i = 1; 
do 
{ 
document.write(", " + i); 
 
i++; 
} 
while (i <= 1000000) 
</script> 
 
 
</body> 
</html>

._.

That's the point :facepalm:

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines