Ad
  • Custom User Avatar

    (JS) The function should return the test's maximum possible score as an integer. However we're in may cases given non integer values and tests expect float number.

  • Custom User Avatar

    There is a problem with the tests for Ruby translation. The first argument's inputs look like: {"a": 1, "b": 14}. This is valid syntax for a javascript object, but not valid syntax for a ruby hash, which looks more like {"a"=> 1, "b"=> 14} or {a: 1, b: 14}.