JavaScript, often abbreviated as JS, is a high-level, just-in-time compiled, multi-paradigm programming language that conforms to the ECMAScript specification. JavaScript has curly-bracket syntax, dynamic typing, prototype-based object-orientation, and first-class functions.
Course Features
- Lectures 27
- Quizzes 0
- Duration 50 hours
- Skill level All levels
- Language English
- Students 51
- Assessments Yes
-
Javascript Lesson
- Introduction
- Adding to a Web Page
- Creating the First Script
- JavaScript Comments
- External JavaScript
- Data Types
- Using HTML in JavaScript
- Variables
- Popup Boxes
- Math Operators
- Assigning Operators
- If Statement
- Comparison Operators
- if – else if statements
- Logical Operators
- Nested If & Else Statements
- Switch Statement
- For Loop
- Nested Looping
- While Loop
- Do While Loop
- Creating Functions
- Multiple Parameters
- Return Function
- Calculation Function
- Break & Continue Functions
- Local & Global Variables