0

http://jsfiddle.net/naqaz3mc/2/

I have been having a lot of problems with JSfiddle. I am new to it so I may be doing something wrong.
When I click the clickMe button, I recieve this error: Uncaught ReferenceError: clickMe is not defined. The code works when I copy it directly into a local file.


P.S. I don't know if it makes a difference but I am using Google Chrome.
Dr. Owning
  • 171
  • 2
  • 14

1 Answers1

2

Check the options in the side. You need to have no-wrap <head> which makes sure the functions are placed properly in the code.

Sterling Archer
  • 22,070
  • 18
  • 81
  • 118