JavaScript is the programming language of the web and is the most popular programming language. JavaScript runs on browser as well as on server. It helps in building dynamic web pages. We can also use JavaScript to build desktop or mobile applications.
This Kaliyona tutorial explains all the topics in JavaScript and is designed especially for beginners to help them lay a strong foundation in the web development. We have covered all the concepts from basic level to advanced level which includes the introduction to JavaScript, syntax, dataTypes, functions, conditions, arrays, DOM, JSON, JS Events etc. All these concepts are explained along with hands-on demos to make the learning easier.
Examples/Programs demonstrated in the course can be found here: GitHub
JS Introduction: This module covers a brief introduction on JavaScript, syntax, script tag and how to display output. These concepts are covered with examples and are explained in Kannada
JS Basics: This section explains different dataTypes available in JavaScript including Strings, Arrays and Numbers. This module also covers getting user input along with demos.
JS Functions and Loops: This module explains the advantages of functions in JS and how to use conditional statements and looping statements in JavaScript along with examples
JS Advanced: In this section, we have covered JS Objects, HTML DOM, JSON and JS Events. All these concepts are explained in Kannada for better understanding.