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 Hello, JavaScript! JavaScript Everywhere

unable to run java script in developer.mozilla.org

after going to developer.mozilla.org and entering control shift j, I receive the following error message:

analytics.js:1 Failed to load resource: net::ERR_NAME_NOT_RESOLVED (index):80 The PerformanceObserver does not support buffered flag with the entryTypes argument. (anonymous) @ (index):80 (index):1 A cookie associated with a cross-site resource at http://developer.mozilla.org/ was set without the SameSite attribute. A future release of Chrome will only deliver cookies with cross-site requests if they are set with SameSite=None and Secure. You can review cookies in developer tools under Application>Storage>Cookies and see more details at https://www.chromestatus.com/feature/5088147346030592 and https://www.chromestatus.com/feature/5633521622188032.

Thank you for your help!

1 Answer

I was able to access the console by right clicking on the web page, choosing inspect and then choosing console as shown in a later video.