case 5 not 4
This commit is contained in:
committed by
JamesFlare1212
parent
23ac44932a
commit
d2d1a34eec
@@ -14,7 +14,7 @@
|
|||||||
<button onclick="case2()">Case 2: "()[]{}"</button>
|
<button onclick="case2()">Case 2: "()[]{}"</button>
|
||||||
<button onclick="case3()">Case 3: "(]"</button>
|
<button onclick="case3()">Case 3: "(]"</button>
|
||||||
<button onclick="case4()">Case 4: "([])"</button>
|
<button onclick="case4()">Case 4: "([])"</button>
|
||||||
<button onclick="case5()">Case 4: "{[([])]}"</button>
|
<button onclick="case5()">Case 5: "{[([])]}"</button>
|
||||||
|
|
||||||
<div id="container"></div>
|
<div id="container"></div>
|
||||||
<script src="stack.js"></script>
|
<script src="stack.js"></script>
|
||||||
|
|||||||
Reference in New Issue
Block a user