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:
$ yarnExecute the tests with:
$ yarn testGinna Baker