A

Admin • 828.03K Points
Coach

Q. Consider the following code snippet : The state stored in d is :

Code:
var c = counter(), d = counter();
c.count()
d.count()
c.reset()
c.count()
d.count()
  • (A) 1
  • (B) 0
  • (C) Null
  • (D) Undefined
  • Correct Answer - Option(A)
  • Views: 9
  • Filed under category JavaScript
  • Hashtags:

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.