Hi, I’m getting the same problem. The button " Run the Tests" is not working.
Here’s what it said:
[ChunkLoadError: Loading chunk 1967 failed. (missing: https://www.freecodecamp.org/94f654fa-69ee9c8bf70b0e5008a9.js]
Link to the challenge:
Hi, I’m getting the same problem. The button " Run the Tests" is not working.
Here’s what it said:
[ChunkLoadError: Loading chunk 1967 failed. (missing: https://www.freecodecamp.org/94f654fa-69ee9c8bf70b0e5008a9.js]
Link to the challenge:
Hi @TuanNg !
Welcome to the forum!
It would help to see your code because on my end everything is working.
It is either an issue with your browser or your code.
When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>
) to add backticks around text.
See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (’).
My code:
h4 {
text-align: center;
}
I tried to restart my browser (safari) and my Mac, Reset All code but still getting the same problem.
Did you add the justify for the p tag?
h4 {
text-align: center;
}
p {
text-align: justify;
}
The button “Run the tests” is not working for me. I pressed it and nothing happen
It is passing on my end.
So maybe your browser is out of date.
Or you can just use another browser.
I am using google chrome without extensions and the tests are working for me.
I would try that.
I’m going to try that. Thank you so much!
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.