Question: How would you use a timer with a function called rearrange()?
A
B
C
D
E
tmr=setTimeout("rearrange ()",1)
B
tmr=Timer(1,"rearrange ()")
C
tmr=Timer("rearrange ()",1)
D
tmr=setTimeout(1,"rearrange ()")
E
None
Note: Not available
var msg="Welcome to ExpertRating" var ind= msg.substr(3, 3)
<script type="text/javascript"> x=4+"4"; document.write(x); </script>