0
It seems like string has similar function of storing data in variable? What's the difference and how you use it?
Difference between var and string
2 Respostas
+ 2
A string is a specific type of variable. var denotes some general variable type.
0
var is a keyword to declare a variable, string is a type of variables.