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 4407c1c commit 6701212Copy full SHA for 6701212
exercises/practice/matching-brackets/.meta/example.coffee
@@ -1,5 +1,5 @@
1
class MatchingBrackets
2
- @isPaired (value) ->
+ @isPaired: (value) ->
3
stack = []
4
for char in value
5
if char in ['[', '{', '(']
0 commit comments