True / False
1. In JavaScript code, you use the words yes : 1320962.
True / False
1. In JavaScript code, you use the words yes and no to indicate Boolean values.
a.True
b.False
2. A comparison operator is used to compare two operands and determine if one numeric value is greater than another.
a.True
b.False
3. A logical operator is used to compare two string operands for equality.
a.True
b.False
4. Parentheses are used with expressions to change the associativity with which individual operations in an expression are evaluated.
a.True
b.False
5. ?An anonymous function is a set of related statements that is assigned a name.
a.True
b.False
Multiple Choice
6. In JavaScript programming, you can write your own procedures, called ____, which refer to a related group of JavaScript statements that are executed as a single unit.
a.programsb.functions
c.modulesd.objects
7. A(n) ____ is a variable that is used within a function.
a.methodb.property
c.parameterd.operator
8. A(n) ____ statement is a statement that returns a value to the statement that called the function.
a.returnb.replace
c.valued.exit
9. A ____ variable is one that is declared outside a function and is available to all parts of your program.
a.localb.limited
c.scopedd.global
10. Data types that can be assigned only a single value are called ____ types.
a.primitiveb.null
c.numericd.Boolean
True / False
1. In JavaScript code, you use the words yes : 1320962