Make very simple calculator with Javascirpt
<!doctype html>
<html>
<head>
<title>Basic Calculator</title>
<style>
input[type=button]{width:42px;box-sizing:border-box;margin-bottom:4px;}
</style>
</head>
<body>
<form name="Calc" style="width:190px; box-shadow:0 0 ...