• Post category:StudyBullet-14
  • Reading time:6 mins read


Turbo charge your web development skills

What you will learn

Learn the essential JavaScript skills for front end web development.

Use arrays, conditional statements, and web storage.

Create object-oriented JavaScript applications.

Manipulate document object model (DOM) scripting.

Create and use objects such as functions, dates, and strings.

Design forms and controls that interacts with the user.

Debug JavaScript using industry tools.

Description

JavaScript has greatly simplified web application development and has continued to support back-end development which is also called service-side development. One of the exciting aspects of learning JavaScript is that most modern browsers are already running JavaScript. That means you are ready to roll without further investment in development environments. Most popular modern websites and browsers use JavaScript and all modern web browsers. Its popularity keeps on growing. High-tech companies like Facebook, Google, Microsoft, and Uber, all use JavaScript.

Learning objectives or outcomes

  • Learn the essential JavaScript skills for front end web development.
  • Use arrays, conditional statements, and web storage.
  • Create object-oriented JavaScript applications.
  • Manipulate document object model (DOM) scripting.
  • Create and use objects such as functions, dates, and strings.
  • Design forms and controls that interact with the user.
  • Debug JavaScript using industry tools.

Curriculum

Module 1: Introduction

Module 2: Module: Setting up the development environment

Module 4: Module 4: How to add JavaScript to a web page

Module 5: Basic JavaScript Functions


Get Instant Notification of New Courses on our Telegram channel.


Section 6: Module 6: Document Object Model

Module 7: How to access HTML Elements (DOM Elements) with JavaScript

Module 8: JavaScript Variable

Module 9: Functions

Section 10: Module 10: JavaScript Control Structures

Module 11: JavaScript Arrays

Module 12: JavaScript Error Handling

English
language

Content

Module 1: Introduction

Introduction to JavaScript
Starting out with JavaScript

Module: Setting up the development environment

How to set up a development environment

Module 3: JavaScript Language Basics

JavaScript Syntax Basics
JavaScript Keywords and Comments
JavaScript Number
JavaScript String
JavaScript Boolean Null Undefined
JavaScript Array
JavaScript Arithmetic Operators

Module 4: How to add JavaScript to a web page

Add JavaScript to a webpage

Module 5: Basic JavaScript Functions

innerHTML
Functions: Document.write()
Functions: Confirm(), Prompt() and console.log()

Module 6: Document Object Model

Introduction to DOM
HTML DOM
Node Relationships

Module 7: How to access HTML Elements (DOM Elements) with JavaScript

Access HTML Elements with JavaScript
Create New HTML Element Node
Insert and Remove HTML Elements

Module 8: JavaScript Variable

Declare a JavaScript variable with Var Keyword
7.2 – Declare a JavaScript variable with Global declaration
7.3 – Constant declaration with JavaScript

Module 9: Functions

Introduction to JavaScript Functions
Get Output from JavaScript Functions
Arrow Functions
Limitations of Arrow Functions
Function Declaration Vs Function Expression
When to Use Function Declaration or Function Expression
JavaScript Built-In Functions

Module 10: JavaScript Control Structures

Control Structures
Logical Operators
How to use IF Statements
Switch Statements
Loops

JavaScript Arrays

Introduction to JavaScript Arrays
JavaScript Array Methods

JavaScript Error Handling

JavaScript Errors
JavaScript Common Errors
JavaScript Standard Built-in Errors
JavaScript Debugging