At Westonci.ca, we make it easy for you to get the answers you need from a community of knowledgeable individuals. Get immediate and reliable solutions to your questions from a community of experienced professionals on our platform. Experience the convenience of finding accurate answers to your questions from knowledgeable experts on our platform.

PLEASE HELP 15 POINTS; JAVASCRIPT
What will the code below do, assuming there's a player object already created?

setTimeout(function(){
player.center();
},1000);

A. Probably nothing, it won't work
B. Move the player down every second
C. Center the player every 1 second
D. Move the player to the center after 1 second


Sagot :

Answer:

D

Explanation: