Try the JavaScript Course for Free!

Introduction to JavaScript- Tutorial

/ / HTML, JavaScript, Latest

Introduction to JavaScript: Video Lesson

            This video lesson, titled “Introduction to JavaScript,” contains an introduction to JavaScript. This video lesson is from our complete Introductory JavaScript training, titled “Mastering Introductory JavaScript Made Easy v.1.0.”

Introduction to JavaScript: Overview

            JavaScript is considered a dynamic programming language. It was first released with Netscape Navigator in 1995. Originally called LiveScript, the name was changed when Netscape Navigator added support for the machine language Java.

            It quickly gained success and Microsoft introduced JavaScript in the release of Internet Explorer Version 3.0 in 1996. Since its introduction in 1995, JavaScript has become one of the most popular programming languages for the web.

            Writing functions that are embedded in HTML pages is the most common use of JavaScript today.  But, it can also be used to animate page elements, validate data and perform many other functions that enhance the users’ experience. JavaScript runs locally on the users’ browser, making it possible for quick reaction times. This also allows for a much more responsive experience on the web.

            JavaScript is currently the only programming language that is supported by most of the popular browsers used worldwide. Because of this, it is the target language for many different frameworks in other languages. This allows for greater expansion and more widespread use as a programming language. JavaScript is currently a trademark of the Oracle Corporation and is licensed for use by current entities such as the Mozilla Foundation, creators of the popular browser Firefox.

Introduction to JavaScript- Tutorial: A picture of the main discussion points from our introduction to JavaScript lesson.

Introduction to JavaScript- Tutorial: A picture of the main discussion points from our introduction to JavaScript lesson.

            Before writing JavaScript code, it is a good idea to have a working knowledge of HTML (HyperText Markup Language) and Cascading Style Sheets (CSS). For additional information about HTML5 and CSS3, you can click the following link to learn more about our complete HTML5 and CSS3 training, titled “Mastering HTML5 and CSS3 Made Easy v.1.0.”

TOP