Skip to content

Instantly share code, notes, and snippets.

@QuatoHub
Created November 27, 2021 12:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save QuatoHub/cb5a8c3fe85071ed58c7c0f874a8ee5e to your computer and use it in GitHub Desktop.
Save QuatoHub/cb5a8c3fe85071ed58c7c0f874a8ee5e to your computer and use it in GitHub Desktop.
let output = balancedBrackets('(');
console.log(output); // // -> false
output = balancedBrackets('()');
console.log(output); // --> true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment