#IT-6303
Awesome StudentQuestion • Web Systems Technologies

Which of the following correctly assigns the result of a function named get_something () to a variable named shopping?

Answer

var shopping=get_something ();