We are about to switch to a new forum software. Until then we have removed the registration on this forum.
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).
Hit F12 to open browser's console. Just type in the name of variable and hit ENTER.
Answers
Hit F12 to open browser's console. Just type in the name of variable and hit ENTER.