Skip to content

Comments

submit solution#22

Open
dshinzie-zz wants to merge 2 commits intoturingschool-examples:challenge-well-formed-stringsfrom
dshinzie-zz:challenge-well-formed-strings
Open

submit solution#22
dshinzie-zz wants to merge 2 commits intoturingschool-examples:challenge-well-formed-stringsfrom
dshinzie-zz:challenge-well-formed-strings

Conversation

@dshinzie-zz
Copy link

No description provided.

@jcasimir
Copy link
Contributor

jcasimir commented Feb 3, 2017

👍

@@ -0,0 +1,45 @@
class StringValidator{
constructor(){
this.pairs = { "[": "]", "{": "}" }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My first JavaScript solution! 👏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants