Fill in the blanks with the following terms: constructor functions, object literals, prototypes, variables, methods
JavaScript does not have classes. However, you can use something called ______ and ______ to implement the class concept. This chapter introduces ______ only.
constructor functions, prototypes, construction functions
You might also like to view...
The ____________________ layout places field labels at the top of a column, which makes it appear like a table.
Fill in the blank(s) with the appropriate word(s).
The active cell is identified by a dark border around the edges of the cell
Indicate whether the statement is true or false
To move to the beginning of a line with the keyboard, press the ____ key(s).
A. LEFT ARROW B. CTRL+HOME C. HOME D. PAGE UP
A qualified column name takes the form __________.
a. ColumnName.TableName b. TableName.ColumnName c. RowName.TableName d. DatabaseURL.ColumnName