Answer the following statements true (T) or false (F)
1. The conditional operator uses two symbols and takes three operands.
2. The charAt() function will tell you what a specific character is in a given string.
3. The correct way to identify the first character in a string variable named word is:
```
var letter = charAt(word);
```
4. You may use either single or double quotes to enclose the value of the text in a string variable.
5. Logical operators must always be done in order from left to right.
1. T
2. T
3. F
4. T
5. F
You might also like to view...
The built-in help always provides answers to your questions.
Answer the following statement true (T) or false (F)
You can prepare ____________________ notes that remind you what to say about each slide.
Fill in the blank(s) with the appropriate word(s).
What is used to identify all objects in a domain?
A. PDC B. SID C. RID D. DIR
Using global variables except in very restricted and well-defined situations is a sign of extremely bad programming.
Answer the following statement true (T) or false (F)