Imam Wahyono

What I've Learned @ BeachCoders Academy



Temperature Converter
Celcius <-> Fahrenheit only

This code will take a temperature (C / F), convert the input and display the result. This is done by using basic knowledge of html, css, and jQuery.


Rock-Paper-Scissor
using javascript in Codepen

Implementing my basic knowledge in programming using javascript to play our classic game of rock-paper-scissor against the computer. This program will ask the user to throw either a rock, a paper, or a scissor. The computer then randomly throws its pick and displays the result on the website.


Greeting from Me to You

This code will prompt user to input his or her name and hometown. The program then displays the input on the website.