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 trialJoshua Peters
1,739 PointsKeep getting "Bummer! You're missing the parentheses at the end of the function '(function(){window.didExecute=true;})'"
I'm confused about what parentheses I'm missing. Maybe I'm missing something else entirely? Maybe my mind? (don't worry, no one can help me with that :)
***<script> var anonymousFunction = (function () { }); anonymousFunction(function(){ window.didExecute=true;})
</script>
2 Answers
Jeff Busch
19,287 PointsJoshua Peters
1,739 PointsThanks Jeff that cleared it up.
You Rock! and I found my mind!