var d = "Double quoted string"; var s = 'Single quoted string'; var e = "Escaped characters \n \" \t \\" var u = "Unterminated string this is not possible in js" var u2 = 'This is neither