Here are some of my most recents projects using JavaScript.
This project is a menu used to order pizzas with different toppings. I then takes the selections and calculates the price of the order.
This is the classic game of Tic-Tac-Toe. It randomly selects one of the two players to play. As a player, the program is also able to make a selection at random. Whoever wins is celebrated with an alert.
This is a basic 4 function calculator. Users may add, substract, multiply, and divide on a cool looking interface.