Lab 18 Reflection Journal
Brian Velazquez Digital Design
Today we were introduced to arithmetic operators which is basically just a term for a calculator. The objective of the lab was to create a basic calculator in our webpage using JavaScript that would be able to use addition, subtraction, multiplication, division and modulus. We had to use what we learned in the past two labs to complete the task such as the input bars and creating the button. One difficulty that I faced was creating and understanding the module operator as I havent been introduced to it before. After talking to some peers I grasped the concept which made it easier to put it on a webpage. For each operator a function was created in order to get the correct operation and answer
Today we were introduced to arithmetic operators which is basically just a term for a calculator. The objective of the lab was to create a basic calculator in our webpage using JavaScript that would be able to use addition, subtraction, multiplication, division and modulus. We had to use what we learned in the past two labs to complete the task such as the input bars and creating the button. One difficulty that I faced was creating and understanding the module operator as I havent been introduced to it before. After talking to some peers I grasped the concept which made it easier to put it on a webpage. For each operator a function was created in order to get the correct operation and answer
Comments
Post a Comment