Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

stack.js provides example and explanation

Class

class Stack

Property

private items

Methods

constructor()
push (item)
pop ()
peek ()
isEmpty ()
printStack()