Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VS Code examples stopped working, 304 responses only now #2

Open
AjCaroline opened this issue Feb 19, 2020 · 3 comments
Open

VS Code examples stopped working, 304 responses only now #2

AjCaroline opened this issue Feb 19, 2020 · 3 comments

Comments

@AjCaroline
Copy link

I just started this course and it was going great, I was following along and doing the example exercises.
However as soon as I tried the exercise of modifying the h1 id tag, and creating the showMessage function all I get now is 304 codes back and the sample web page does-not-update. I am following everything to the t - but I only get 304....Very frustrating as there is no point in going on with the course since I'm not able to get anything working anymore...Please - help.
Thank you.

@menezesmario
Copy link

@AjCaroline ate it also happened exactly that.

@dellannie
Copy link

Did you ever get this fixed. I'm working through this course right now.

@MiguelPerez007
Copy link

MiguelPerez007 commented Apr 10, 2020

Hi guys, exactly that happened to me.
Solution:
Create function like this:

function showMessage (message)
{
document.write (message)
};
saved you code declared global for example in script.js
@AjCaroline
@menezesmario
@dellannie

is really necessary declared this function, for utilize the call (showMessage) remember save within from archive.
why?
why ShowMessage No is one function default from Javascript

so sorry for mi english.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants