This is probably a stupid mistake, but I’m new to jsFiddle, and I can’t run this piece of code:
my fiddle
The code should put either OK or not ok in the .output div. It doesn’t do it. Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Fixed. Your
curr_yearwasn’t a string, and you forgot a);at the end.