Beta

simpleLog

Description
Loading description...
Algorithms
  • Please sign in or sign up to leave a comment.
  • JohanWiltink Avatar

    The example solution seems to special case for the possibility that the valueOf() an Object is null. This is not tested with.

  • Voile Avatar

    Primitive numbers are, apparently, treated the same as primitive booleans. But they're not specified anywhere.

    Also, the part about how strings should be formatting needs serious reworking. Even running the real test with dummy code and observing the test cases is more helpful than the current descriptions.

    • wthit56 Avatar

      I've added an explanation regarding primitive numbers.

      Is there any feedback you can give me about the description beyond "fix it"?

    • Voile Avatar

      The rule is very simple: wrap strings around a pair of ", and escape all " and \ in the original string. Somehow it turns out cryptic like in the current description.

  • Voile Avatar

    Needs example tests and random tests

  • Freywar Avatar

    Tests check for anonymous function as [anonymous] while description says it must be [anonymous function]