Tell us what’s happening:
TypeError: t.querySelectorAll(…).forEach is not a function
Your code so far
<h1>Hello</h1>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36.
Challenge: Say Hello to HTML Elements
Link to the challenge:
your h1 should have the text hello world change it to
Hello World
This is an error related to the testing script. It looks like the tests are working fine, so you must have happened to hit it when a bug had snuck in.
1 Like
It looks like you are on Windows XP running old browsers that can’t be updated. It is likely that you will run into issues with the curriculum.
If you can’t use another system and/or update the OS one option might be to run a Linux Distro off a thumb drive.
1 Like