News

This was the final project to the javascript section of webdev101 in the odin project. It was my second big odin hill to climb and the first time I programmed something from a more theoretical ...
This program implements a basic calculator functionality without using the JavaScript 'eval()' function. It allows users to perform calculations using both mouse clicks and keyboard input. The program ...