Skip to content

Instantly share code, notes, and snippets.

class Node {
constructor(value) {
this.value = value;
this.next = null;
}
}
class Stack {
constructor() {
this.top = null;
### Keybase proof
I hereby claim:
* I am rstad on github.
* I am rstadler (https://keybase.io/rstadler) on keybase.
* I have a public key whose fingerprint is CE6B 6259 141A 91D8 032E D38A F48C 0AAC EE99 81E3
To claim this, I am signing this object: