mediumJS ES6+#107

Validar paréntesis (balanced)

Prompt

Given a string of parentheses (){}[], determine if the order is valid (balanced). Every opening bracket must have a matching closing bracket in the correct order.

Hints

Solution

Your Code

5 min

Tests

Click Run to test your code