Light Mode
Dark Mode
brackets - initial code

The initial code for mission brackets has an error:

console.log(brackets("((5+3)*2+1))");

instead of

console.log(brackets("((5+3)2+1))")); or console.log(brackets("((5+3)2+1)")); // same the first assert test

  • brackets
  • feedback
Created: May 1, 2020, 2:43 a.m.
Updated: May 3, 2020, 5:32 p.m.
1
23
User avatar
Atadolfo