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 JavaScript Basics (Retired) Introducing JavaScript Your First JavaScript Program

Pop ups

When having an adblocker, the alert will not show.

2 Answers

Simplest way, You will need to disable the ad-blocker if it's a plug-in for your browser, maybe only while testing and developing, then you can turn it back on. If you really don't want to disable for a short period, you can run your browser in incognito, this may also work. I use chrome, so here's the documentation on how to use incognito: https://support.google.com/chrome/answer/95464?hl=en

If you use another browser, you'd have to do some googling on how to run private using that browser, or here : FireFox: https://support.mozilla.org/en-US/kb/private-browsing-use-firefox-without-history IE: http://www.wikihow.com/Browse-Incognito-in-Internet-Explorer

Yeah it took a while for me to figure that guy. I just thought I could post that in the forum just-in-case that someone else had a similar issue.

Thank you for your help sir!