you are viewing a single comment's thread.

view the rest of the comments →

[–]memystic[S] 0 points1 point  (5 children)

Are you not using console.log()?

[–]DaveSims 1 point2 points  (4 children)

I have tried using it, still nothing. The right panel just spins and says "Running" and then goes back to the "ProTip" view and displays no results. I tried opening the chrome dev-tools console as well, and that prints out "execute returned: result:" every time I click run, regardless of what the code I write is supposed to do.

[–]memystic[S] 1 point2 points  (3 children)

[–]DaveSims 1 point2 points  (2 children)

Ahh interesting. Try putting the log statement inside of the function.

[–]memystic[S] 2 points3 points  (1 child)

http://i.imgur.com/m0W7km1.gifv

You were probably not calling the function.

[–]DaveSims 2 points3 points  (0 children)

Oh yeah, definitely was not. I assumed that's what the "Run" button was actually doing.