+ 1
What is double quote and single quote
2 Respuestas
+ 1
Double quote: "
Single quote: '
They are used to enclose strings, or to make comments that span multiple lines
+ 1
A double quote is " and a single quote is '. These can be used for writing strings, and either one works as long as you don't have two mismatched quotes.