Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript

something is wrong with the script

Something's wrong with this script. The value in the variable money is only 9. But if you preview this script you'll see the "Time to go to the theater" message. Fix this script so that it correctly tests the money and today variables and prints out the proper alert message: "It's Friday, but I don't have enough money to go out"

Trent Ungard
Trent Ungard
10,533 Points

I'd love to help, but without seeing your code or the problem it is very hard to answer. Could you post your code?

1 Answer

Steven Parker
Steven Parker
231,153 Points

Show your code if you'd like a more specific answer, but some generic hints for now:

  • the code in the challenge initially doesn't do what is needed for the output lines to make sense
  • all the necessary tests are there, but some of the logic and comparison operators are not correct
  • your task is to replace any operators needed so the test will do what is implied by the output