+ 1
what is the string !!!
I dont understand what is the meaning of string ?? Its a sign , a line ... !!! Please information
4 odpowiedzi
+ 10
It is pretty straightforward tho, string simply stores a series of characters like "John Doe".
var myVar = "John Doe 123"
alert(myVar)
+ 9
Spiderman shoot string!!!
string can mean to rope
string = connection of alphabets
"A" << it is string cus include quote and alphabet
Ahhhhh really hard to explain
+ 6
Well...Let's say that it is one of data-types
And then visit here
https://www.w3schools.com/js/js_datatypes.asp
0
An example please