Just started my first Javascript tutorial and Ive tripped at the first hurdle! My question is please my doesn’t the Hello word command show with the below basic code?
Hi from 6 degrees C getting dark York UK
Just started my first Javascript tutorial and Ive tripped at the first hurdle! My question is please my doesn’t the Hello word command show with the below basic code?
Next step in learning JavaScript is to un-learn the alert() command that was replaced by console.log() for begugging several years ago (which is why some people now have alert turned off in their browser).
Off topic: I shamefully realised that I get a big confused when i set up css or JavaScript folders and need to point to them via the src= e.g.
Put another way does the / mean the code is one folder outside the file you are working with? and what would …/ mean. My lack of understanding in file structures means I mes about with / and …/ till something works. Any advise welcome