stack-for-deno

Data structure Stack for Deno
It's just a beginning!
push(val: any): Stack
pop(): Node
Size(): number
First(): Node
Last(): Node