1.

Consider the following code snippet :var c = counter(), d = counter(); c.count()d.count() c.reset() c.count() d.count()The state stored in d is :$?

A. 1
B. 0
C. Null
D. Undefined
Answer» B. 0


Discussion

No Comment Found