If you run `160.toChar.toString.matches("\\s")` in both JVM and JS, you can that they return different results. * JVM = false * JS = true