Skip to content

Commit 735b32b

Browse files
committed
chapter 03
1 parent 25ba9c8 commit 735b32b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/js/data-structures/stack.js

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// @ts-check
2+
13
let items;
24
export default class Stack {
35
constructor() {

0 commit comments

Comments
 (0)