Computer Science, asked by archu040688, 10 hours ago

What are string variables?

Attachments:

Answers

Answered by TheHappiness
7

YOUR ANSWER ARMY

String variables -- which are also called alphanumeric variables or character variables -- have values that are treated as text. This means that the values of string variables may include numbers, letters, or symbols.

HOPE IT WILL HELPS YOU

Attachments:
Answered by witchyprincess342
2

Answer:

To declare variables in JavaScript, you need to use the var, let, or const keyword. Whether it is a string or a number, use the var, let, or const keyword for its declaration. But for declaring a string variable we had to put the string inside double quotes or single quotes.

Explanation:

hope it helps you

Attachments:
Similar questions