pluralsight / web-dev-starter

302 stars 509 forks source link

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

Open AjCaroline opened 4 years ago

AjCaroline commented 4 years ago

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 commented 4 years ago

@AjCaroline ate it also happened exactly that.

dellannie commented 4 years ago

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

MiguelPerez007 commented 4 years ago

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.