I am a high school student with interests in computer science, art,graphic design, game design, drawing, archery, and more.
Cleveland High School: IB Computer Science Sl 1-2, Game Programming, Beginning Art, Illustration, IB Literature, Spanish.
Trackers Northwest: Ranger's Apprenticeship (Survival Skills, Archery, etc.).
One With Heart: Poekoelan Tjimindie Tulen (Indonesian Martial Arts), Chinese Broadsword.
<p id="p1">
Hello. This is my Javascript Demonstration.
</p>
<input type="button" value="Hide text"
onclick="document.getElementById('p1').style.visibility='hidden'">
<input type="button" value="Show text"
onclick="document.getElementById('p1').style.visibility='visible'">