jiangjiang

Results 2 comments of jiangjiang

```javascript const a1 = ['A1', 'A2', 'B1', 'B2', 'C1', 'C2', 'D1', 'D2']; const a2 = ['A', 'B', 'C', 'D']; const result = [...a1, ...a2].sort((a, b) => a.charCodeAt() - b.charCodeAt()); console.log(result);...

same issue in a new device. But it works for me. 1. First, open the dev tools. 2. Remove the storage. ``` localStorage.clear() ``` 3. Relogin in 10 minutes.