Multiple choice technology

---------------- accesses variables, properties, objects, or movie clips by name.

  1. toEval()

  2. toStr()

  3. string()

  4. eval()

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

eval() is a JavaScript/ActionScript function that evaluates a string expression and can access variables, properties, objects, or movie clips by name. It dynamically executes code stored as strings. The other options (toEval, toStr, string) are not valid functions for this purpose.