Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am annahogberg on github.
  • I am annahogberg (https://keybase.io/annahogberg) on keybase.
  • I have a public key ASBEv7_aAtn-_ijEwOHkP3mi6QGB9kDI4qgm2GrTCadlEwo

To claim this, I am signing this object:

@Annahogberg
Annahogberg / pair.js
Created June 11, 2018 16:34
[MAD PP] Raul Valenzuela & Anna Hogberg
var hacker1 = "Anna"
console.log("The driver's name is " + hacker1)
var hacker2 = prompt("What's your name?")
console.log("The navigator's name is " + hacker2)
if (hacker1.length == hacker2.length) {
console.log("wow, you both got equally long names, " + hacker1.lenght + " characters!!");
}