We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 115e1a8 commit 6da06adCopy full SHA for 6da06ad
stack.js
@@ -1,5 +1,6 @@
1
class Stack {
2
constructor() {
3
+ // We can also use linked list here
4
this.items = [];
5
}
6
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments