Given a string containing brackets []
, braces {}
, parentheses ()
,
or any combination thereof, verify that any and all pairs are matched
and nested correctly.
Install assignment dependencies:
$ yarn
Execute the tests with:
$ yarn test
Ginna Baker