# java: jshell> "test".contains("") $1 ==> true # js: > "test".includes("") true