JavaScript Introduction tutorial ( JavaScript 101 )

preview_player
Показать описание
Introduction to javascript- If you want to start learning JavaScript Than this would be the first step to understand what javaScript really is and how it works. After you learn this you may move to JavaScript Basics.
THis is a quick Intro to javascirpt by example
We will cover following topics
What is javascript
Client-side language
When Javascirt runs
what is javaScript Engine
What is the difference between client-side and server-side languages

*My Udemy Courses
*couponCode*=TECHSITH-9.99

Follow me for technology updates

Help me translate this video.
Рекомендации по теме
Комментарии
Автор

You have a mistake in the html code at 1:55. You used <header> tags instead of <head> tags

caribbeanman
Автор

Great Introductory Video....Please post more

ramakrishnavjoshi
Автор

About the comment in 5:10 mymessage is actually declared(by hoisting js behavior) but not initialized. So you don't get any error, but a undefined state in the alert.

IsmaelJonatasSilveiraspk
Автор

you have the name of the playlist spelled incorrectly

wvvwwwvvw
Автор

"var x = 8;

if (x = 10){
console.log('You\'re right')
}else{
console.log('your\'e wrong')
}"

Why does this output "You're right"?

androidgeeking
Автор

<head>

</head> not header...

eldinedy