Articles in this series
// Examples: // '()()' - balanced // '((()))' - balanced // '((()' - not balanced // ')(' - not balanced // ')()(' - not balanced function...