Question:
Shop keeper gives 15 chocolate to the customer.
And he said to the customer, if you give a 3 rappers of chocolate I'll give 1 chocolate.
Totally how many chocolate he could get?

The boy would had Chocolates

Instructions: How to Check this code
  1. Inspect this page
  2. Source tab
  3. Select source file

    This .html source file has the JS code

  4. Keep Breakpoint

    See the JS code starting and Click on the line number

  5. Then "Refresh" the browser.
  6. Step/run statement by statement

    Press f9 (or) Click Step icon one by one

  7. Now you can watch what happens to the code, when running line by line
    You can also see the details like
    • variable's current value below the script dropdown
    • CallStack details below the CallStack dropdown. etc..