Type: Posts; User: dasilvad14
nice thanks! say i want to have a link pop up to another page to my site is that possible?
SO I want to make a clickable button appear on my page within a few amount of seconds. Say like 10 seconds. Then once 10 seconds is up the button appears and the person can click continue.
Ok, i got the x++, now I have a question about ++x. Lol. Im 15 years old, so i guess if I wanted to start learning a programming language now would be a good time to learn. So with ++x i would just...
So I want all the experts here to help me out with this: x = 10; y = 0; z = 5 y = z * x++ y = z * ++x So I am VERY new to javascript. Just getting into it less then 48 hours. In the book...