JavaScript functions test won't pass a correct solution

Just ran into this going through the Basic JavaScript set of challenges. First this one bugged out:

then I decided to skip it and do the next one, https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/basic-javascript/passing-values-to-functions-with-arguments/

which is also not working. This is how it looks

Tried using different browsers and disabling plugins, but to no avail. Are the tests not recognizing the output from console.log?

There is a bug right now that causes tests which require a console.log() to fail.