Bug Report for https://neetcode.io/problems/string-compression
Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.
Syntax error in Example 1:
The first 3 characters in the chars array should be ["a", "1", "1"] not ["a", "1", "2"] like you showed.