bigbadbrain logo
bbb Home
  CodeTracer - Learn logic by tracing through code
 Summary of CodeTracer

Type JavaScript in the textbox and then click the Test Code button to trace through the code.
The textbox already contains an example. Click the Clear button to delete the example. 
For CodeTracer to work, you must follow these rules:
  • Variable names must be a lower-case letter of the alphabet between "a" and "h"
  • Declare all variables using var
  • Do NOT initialize variables when you declare them
  • Type only one statement on each line
  • Use brackets for if...else statements
  • Do NOT indent var statements
<script>
</script>

         
©dfx interactive, inc. Contact us at bigbadbrain@bigbadbrain.com