You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: