Sha256: 76d8cc7922ef36a36d9fce7e20a53c5326601c008eba3094f8528fb5b957fdb5
Contents?: true
Size: 764 Bytes
Versions: 127
Compression:
Stored size: 764 Bytes
Contents
# Bracket Push Given a string containing brackets `[]`, braces `{}` and parentheses `()`, verify that all the pairs are matched and nested correctly. ## Setup Go through the setup instructions for ECMAScript to install the necessary dependencies: http://exercism.io/languages/ecmascript ## Requirements Install assignment dependencies: ```bash $ npm install ``` ## Making the test suite pass Execute the tests with: ```bash $ npm test ``` In the test suites all tests but the first have been skipped. Once you get a test passing, you can enable the next one by changing `xtest` to `test`. ## Source Ginna Baker ## Submitting Incomplete Solutions It's possible to submit an incomplete solution so you can see how others have completed the exercise.
Version data entries
127 entries across 127 versions & 1 rubygems