1.
What does the + operator do with strings?
2.
How do you concatenate two strings in JavaScript?
3.
Which operator can be used to combine a string with a number in JavaScript?
4.
What is the result of '5' + 3 in JavaScript?
5.
How do you find the length of a string in JavaScript?
6.
What does the .concat() method do in JavaScript?
7.
How do you convert a string to uppercase in JavaScript?
8.
What does the .toLowerCase() method do in JavaScript?
9.
What is the correct way to compare two strings in JavaScript for equality?
10.
Which method can you use to check if a string includes a specific substring in JavaScript?