A ______ is a reusable block of JavaScript statements.
a. property
b. method
c. variable
d. function
d. function
Computer Science & Information Technology
You might also like to view...
If you do not like the name Alice gives an object, you can always rename it.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
This is a decision whether to add a process to those that are at least partially in main memory and therefore available for execution:
A) ?long-term scheduling ? B) ?I/O scheduling C) ?short-term scheduling ? D) ?medium-term scheduling
Computer Science & Information Technology
What is the value of count when the following loop is exited?
``` var count = 20; while( count < 200) count*=3; ``` a. 20 b. 180 c. 540 d. 201
Computer Science & Information Technology
Which is a function of an operating system?
a. Browse the internet b. Edit images c. Protect against malware d. Provide user interface
Computer Science & Information Technology