Skip to content

submit solution - #22

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

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

Conversation

@dshinzie-zz

Copy link
Copy Markdown

No description provided.

@jcasimir

jcasimir commented Feb 3, 2017

Copy link
Copy Markdown
Contributor

👍

Comment thread solution.js
@@ -0,0 +1,45 @@
class StringValidator{
constructor(){
this.pairs = { "[": "]", "{": "}" }

Copy link
Copy Markdown
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