StringsOn this pageStringsDefining StringsYou can define string by using quotation: "For example,"cat"will be a string, whilecatis an objectCombining strings with a numberWhenever you add string to a number (or vice versa), the end result will be string. The numbers are implicitly converted into strings.