Ad
  • Custom User Avatar
    1. Too difficult implementation for such problem
    2. Why do you use let if you don't update value of the variable numbers and halfOfLength, you should prefer using const to declare them
    3. firstPart and secondPart are declared as global variables, it's a bad practice!