Ad
  • Custom User Avatar

    As noted already, the instructions are very unclear: upon simply reading, it is impossible to know how one "derives" letters from number.

    There's a slight hint at step 4, but frankly this "derive" operation should be described as what it is: obtaining the ASCII sequence matching the number sequence.

  • Custom User Avatar

    The screenshot is not appearing for me :/

  • Custom User Avatar

    In Typescript, given the signature, you "can't" expect to have a1 or a2 being null, since the signature doesn't allow it. It's weird to have to handle this edge case in a typed language.