array console test

edited May 2016 in p5.js

How can I test the array in the console? I want to be able to see the array increase and/decrease in the console to test my push()/splice() (mainly the splice function).

Tagged:

Answers

  • Answer ✓

    Hit F12 to open browser's console. Just type in the name of variable and hit ENTER.

Sign In or Register to comment.