string

by jamna

JavaScript

var s1 = "hello"; var s2 = "hell" + "o"; if (s1 == s2) document.write("Strings compared by value");