visit: http://codesikho.com?utm_source=youtube
In this video we will discuss, what is javascript and how it is executed and how can we use it. What is the future of javascript.
Basically web is based on three things: html, css and javascript.
Html is used to create things or I should say to show things on the web like text while css is used to design those things like colour of those things like text colour should be green, red etc.
Javascript is used so that we can write logic and make our page more dynamic. A small example is - we want to change colour of text on button click so we need to write logic that can be done in javascript.