Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e22ba49

Browse files
committed
控制台增加栈结构测试的起始点标记
1 parent b421a34 commit e22ba49

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎src/stack/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import Stack from './stack';
22
import dec2bin from './dec2bin';
33

44
// ----- 栈结构测试 -----//
5+
console.log('// ----- 栈结构测试 START -----//');
56
const stack = new Stack();
67

78
// push() 方法测试
@@ -30,4 +31,6 @@ console.log(stack.toString());
3031
console.log(dec2bin(100));
3132
console.log(dec2bin(88));
3233

34+
console.log('// ----- 栈结构测试 END -----//');
35+
3336

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /