ToolBoxy
💻

Bracket Matcher

NEW

bracket · parser · syntax

5 matched, 0 errors
\u2713 All brackets are matched correctly (5 pairs)
function greet(name: string) {
  if (name.length > 0) {
    return `Hello, ${name}!`
  }
}