Javascript Tutorial 2018 [#2] - External and Internal Javascript Files

preview_player
Показать описание
In this episode of the Javascript Tutorial 2018, I show how to use External and Internal Javascript. Like and subscribe!! 😍

Stay Connected and Updated!! 👁
Twitter:
More Videos coming soon.
Leave a comment for a song suggestion for next videos outro.
-----------------------------------------------------------------------------------------------------------
Рекомендации по теме
Комментарии
Автор

Simply and easy tutorial. Thanks Kody..

ss-yepl
Автор

I love the simple tutorials, really helps getting started!

duncanwallace
Автор

Thanks so much for guiding very helpful and straight forward!!

蔡阳-jo
Автор

Very helpful! I'm following along and it's great for beginners. How long have you been coding?

elijahshackelford
Автор

I will be following this series. Thanks so much for making it~ ♥

prim
Автор

Followed your exact steps, everything worked perfectly fine, until the timer thing
When I add console.timeEnd to the bottom, I’m told ‘Timer 1 doesn’t not exist’

christrebi
Автор

Great videos - much appreciated.

One question - I did exactly what you did (i think) and my HTML script tag could not find the javascript file until i removed the folder:

had to change: src="js/hello.js" to src="hello.js"

do you know what's going on here?

Thanks again!

stu
Автор

External file "hello.js" didn't run despite being in same folder i.e. src="hello.js" no alert appeared via live server update :-( It runs fine as internal. Could this be to do with node.js?

harriselliott