Javascript and DOM (Part 1) Javascript Tutorial for Beginners with Examples

Published: 16 September 2016
on channel: Oum Saokosal
2,209
21

Javascript and DOM (Part 1) Javascript Tutorial for Beginners with Examples
Wanna make money on YouTube like me? check out my new channel http://bit.ly/h2ytsub
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

In the part 1 of the series Javascript Tutorial for Beginners with Examples, you will learn the fundamentals of Javascript and DOM.

Download PPT https://goo.gl/ZFH8UU

Document Object Model or DOM opens a way in HTML to Javascript to get in to retrieve any element in HTML. The browser is called window object in DOM whereas html tag is document. We are interested in document here. You can reference to sub element under document by . (dot). For example document.title, document.head, document.body, document.links, and document.script. If you can get an element by id, you can simply call document.getElementById('elementId'). You can also use document.getElementsByTagName(), document.getElementsByName() and document.getElementsByClassName().

Next, I will teach you basic Javascript language for beginners, starting with a variable declaration, if else statement, for loop etc. Array is very important in Javascript. While function is another necessary part of Javascript. In the code, I will use an textbox and a button to show how to retrieve data from a text and pass it to a label using a javascript function, via a event onclick of a button.

If you wanna find more videos about Javascript Tutorial for Beginners with Example, you can find me more at:
   / oumsaokosal  
https://slideshare.net/oumsaokosal
  / kosalgeek  
  / okosal  
https://kosalgeek.com

Oum Saokosal
Javascript Tutorial for Beginners with Examples,
Learning Javascript online,
Javascript for Absolute Beginners,
Javascript Tutorials,


On this page of the site you can watch the video online Javascript and DOM (Part 1) Javascript Tutorial for Beginners with Examples with a duration of hours minute second in good quality, which was uploaded by the user Oum Saokosal 16 September 2016, share the link with friends and acquaintances, this video has already been watched 2,209 times on youtube and it was liked by 21 viewers. Enjoy your viewing!