the ultimate super-awesome beginner javascript tutorial (aka "hello world")

11
The Ultimate Super-Inter- Galactic-Awesome Beginner Javascript Tutorial Made by thormayer

Upload: gilad-e-tsur-mayer

Post on 14-Apr-2017

257 views

Category:

Technology


2 download

TRANSCRIPT

Page 1: The Ultimate Super-Awesome Beginner Javascript Tutorial (aka "Hello World")

The Ultimate Super-Inter-Galactic-AwesomeBeginner Javascript Tutorial

Made by thormayer

Page 2: The Ultimate Super-Awesome Beginner Javascript Tutorial (aka "Hello World")

You can also watch it on youtube on this link:

https://youtu.be/3En9HW5R03o

Page 3: The Ultimate Super-Awesome Beginner Javascript Tutorial (aka "Hello World")

What is Javascript ?

Page 4: The Ultimate Super-Awesome Beginner Javascript Tutorial (aka "Hello World")

What is Javascript ?

Javascript is basically a scripting language, use to make webpages more interactive.

Page 5: The Ultimate Super-Awesome Beginner Javascript Tutorial (aka "Hello World")

What is Javascript ?

There is plenty of websites that uses javascript, and many of them you already know!

● facebook● youtube● tweeter● google● etc...

Page 6: The Ultimate Super-Awesome Beginner Javascript Tutorial (aka "Hello World")

But Why… WHHHYYYY ?

Page 7: The Ultimate Super-Awesome Beginner Javascript Tutorial (aka "Hello World")

But Why… WHHHYYYY ?

well, some for just prettiness (like slide effects, fade),

some to use their HTML more smart by logic (if you press a button, then something occurs..)

and some even to send data into your database! (this stuff start to make me real excited!)

Page 8: The Ultimate Super-Awesome Beginner Javascript Tutorial (aka "Hello World")

Tell me HOW! right… NOW!!

Page 9: The Ultimate Super-Awesome Beginner Javascript Tutorial (aka "Hello World")

Tell me HOW! right… NOW!!

ok.. ok…

you just need to add a TAG in your HTML called <script>

heres an example of the mendatory “hello world”..

<script type=”text/javascript”> document.write(“mendatory hello world”);</script>

Page 10: The Ultimate Super-Awesome Beginner Javascript Tutorial (aka "Hello World")

You’re done!

Good job! now your webpage will render “mendatory hello world” !

Page 11: The Ultimate Super-Awesome Beginner Javascript Tutorial (aka "Hello World")

Don’t forget to like us!

https://www.youtube.com/user/MillionIT