Which JavaScript keyword refers to the currently active object?

A) this B) var C) prototype D) new


A

Computer Science & Information Technology

You might also like to view...

Which line in the following program contains the header for the showDub function?

``` 1 #include 2 using namespace std; 3 void showDub(int); 4 int main() 5 { 6 int x = 2; 7 showDub(x); 8 cout << x << endl; 9 return 0; 10 } 11 void showDub(int num) 12 { 13 cout << (num * 2) << endl; 14 } ``` a. line 3 b. line 4 c. line 7 d. line 11

Computer Science & Information Technology

To view the baseline dates for individual tasks, apply the ____ table to the Entry table.

A. Baseline B. Tracking C. Variance D. Deadlines

Computer Science & Information Technology

Which option displays or hides the name of the icons on the Desktop toolbar?

A) View Text B) Show Names C) View Names D) Show Text

Computer Science & Information Technology

If no files were found, ?

A. ?refine your search by changing the search keywords. B. ?look in other locations. C. ?a message will appear in the Search Results window. D. ?change whether hidden and system files are included in the search.

Computer Science & Information Technology