Computer

Lecture on JavaScript Basics (Part-1)

Lecture on JavaScript Basics (Part-1)
General purpose of this lecture is to present on JavaScript Basics (Part-1). A JavaScript statement is a command or instruction to a browser. The purpose of the command is to tell the browser what to do.JavaScript is a scripting language- A scripting language is a lightweight programming language JavaScript is usually embedded directly into HTML pages JavaScript is an interpreted language (means that scripts execute without preliminary compilation).