0
What is a string literals?
Any body knows this?
4 Answers
+ 1
String literal is nothing but a sequence of characters (The quoted text simply)! Considered the following example :
var text = "Hello There";
Here, "Hello There" is the string literals having the value of Hello There! Hope that makes sense!
+ 1
https://en.m.wikipedia.org/wiki/Literal_(computer_programming)
0
Thank you bro!!
0
Thanks