mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-01-26 14:56:42 +08:00
Update step2-01/README.md
Co-Authored-By: ecraig12345 <ecraig12345@gmail.com>
This commit is contained in:
@@ -195,7 +195,7 @@ Inside `exercise/src/stack.ts`, create a generic class for a `Stack<T>` complete
|
||||
|
||||
> Hint: the JavaScript array already has `push()` and `pop()` implemented for you. That can be your backing store.
|
||||
|
||||
In `index.ts`, create a `Stack<number>` and use `console.log()` to demonstrate its functionality.
|
||||
In `exercise/src/index.ts`, create a `Stack<number>` and use `console.log()` to demonstrate its functionality.
|
||||
|
||||
## Spread and Destructuring
|
||||
|
||||
|
||||
Reference in New Issue
Block a user