JavaScript is a very powerful client-side scripting language. JavaScript is used mainly for enhancing the interaction of a user with the webpage. In other words, you can make your webpage more lively and interactive, with the help of JavaScript. JavaScript is also being used widely in game development and Mobile application development.
Curriculum
- 1 Section
- 22 Lessons
- 12 Hours
- Modules22
- 2.1INTRODUCTION
- 2.2BASIC JAVASCRIPT EXAMPLES
- 2.3JAVASCRIPT BLOCKS
- 2.4SINGLE LINE COMMENTS
- 2.5MULTIPLE LINE COMMENTS
- 2.6VARIABLES
- 2.7DATA TYPES
- 2.8FUNCTIONS
- 2.9FUNCTION ARGUMENTS
- 2.10VARIABLE SCOPE
- 2.11MULTIPLE ARGUMENTS
- 2.12TYPES OF OPERATORS
- 2.13IF, IF…ELSE, SWITCH STATEMENTS
- 2.14LOOPS
- 2.15ARRAYS
- 2.16TIMER
- 2.17MATH METHODS
- 2.18STRINGS
- 2.19BROWSER OBJECT
- 2.20FRAME OBJECT
- 2.21WINDOW PROPERTIES
- 2.22FORM OBJECT