Write Your JavaScript Code Here
Run
Black
Copy Code
// String :- The string literal is created using double quotes. The syntax of creating string using string literal is given below: var stringname="string value"; console.log(stringname)
Output: