I am running into a problem here: This works in JavaScript
class X { valueOf() { return "."; } } new X() == "." -> true
I