Skip to content

Instantly share code, notes, and snippets.

View viggou's full-sized avatar
💚
hello

Viggo Lekdorf viggou

💚
hello
View GitHub Profile
@viggou
viggou / keybase.md
Last active September 10, 2019 21:01

Keybase proof

I hereby claim:

  • I am viggou on github.
  • I am yaypixxo (https://keybase.io/yaypixxo) on keybase.
  • I have a public key ASArSlsdM9qSC0MD1Jgc6MxNIyxD3wUmD8Aq35uUc062Iwo

To claim this, I am signing this object:

<html><head>
<meta charset="UTF-8">
<title>Calculator</title>
<!-- Javascript calculator -->
<script>
function performOperation(operator) {
var x = parseInt(document.getElementById('txt1').value);
var y = parseInt(document.getElementById('txt2').value);