Hobby (JavaScript)


JavaScript is one of programming languages. In fact, I wanted to study C-language
to program some software. But a web site says that if you want to study C-language,
you must know PC structure very well, and JavaScript is suitable for starting programming.
So I started to learn JavaScript.

Now I introduce you a little what can we do JavaScript.
(Maybe an alert appears top of page, please allow the contents.)

・Alert

If you push this button, alert box is appeared.


・Confirm
This script is used for confirming or asking.
As for asking, OK means "yes", and cancel means "no".



・Change body color
Choose your favorite color.(Actually we can change more various color.)


・Quiz(This is higher ranked script than above.)
applying a script, we are able to make a quiz.

When is my birthday?
February 3rd
April 24th
January 8th
October 23th

Back to top