Online Calculator

//function that display value function dis(val) { document.getElementById(\”result\”).value+=val } //function that evaluates the digit and return result function solve() { let x = document.getElementById(\”result\”).value let y = eval(x) document.getElementById(\”result\”).value = y } //function that clear the display function clr() { document.getElementById(\”result\”).value = \”\” } .title{ margin-bottom: 10px; text-align:center; width: 210px; color:green; border: solid black 2px; } input[type=\”button\”] { background-color:green; color: black; border: solid black 2px; width:100% } input[type=\”text\”] { background-color:white; border: solid black 2px; width:100% }

GPEntertain Calculator



Leave a comment

About Me

At gongineer you will get about new technology, manufacturing, Digital technology and etc. For more like you can reach to gongineer@gmail.com

If you want to make website, Digital marketing for your company or your product, PCB design, PCB Manufacturing and Assembly. contact us via gongineer@gmail.com

Newsletter

Design a site like this with WordPress.com
Get started