Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html>
<head>
<body>
<p>test</p>
</body>
</head>
</html>
console.log('Hi');

Keybase proof

I hereby claim:

  • I am grantmiiller on github.
  • I am grantmiiller (https://keybase.io/grantmiiller) on keybase.
  • I have a public key whose fingerprint is 3BCE 8A7A 4CFE 0537 E61F 66A9 8F2D 03DB C1A0 71BA

To claim this, I am signing this object:

function resolved(arg) {
console.log('New arg is: ' + arg);
}
function otherCommand(command, argParse, resolve) {
this.errFlag = false;
this.command = command;
this.argParse = argParse;
this.resolve = resolve;
}