• Wed. Nov 20th, 2024

Programming with JavaScript

Wishlist Share
Share Course
Page Link
Share On Social Media

About Course

JavaScript is a dynamically typed language which means that variables can hold values of any type and their types can change during run time

Views: 63

What Will You Learn?

  • Introduction to JavaScript
  • JavaScript Types
  • JavaScript Variables
  • JavaScript Values
  • JavaScript Objects
  • JavaScript Functions
  • JavaScript Operators
  • JavaScript Expressions
  • JavaScript Statements
  • JavaScript Scopes
  • JavaScript Looping Statement
  • JavaScript Conditional Statement

Course Content

JavaScript Types
JavaScript types are categorized as Primitive and Reference

  • JavaScript Types – Primitive
  • JavaScript Types – Reference

JavaScript Variables
Variables are building blocks of any programming language and variable is something that can change its value. Variables are containers that can hold value.

JavaScript Value
It is simply record in the memory and each record has specific type and all value types in JavaScript are divided into two groups

JavaScript Objects
Object is a collection of keys – value pairs

JavaScript Functions
A function contains blocks of code that need to be executed repeatedly or based on certain events.

JavaScript Operators
Operators in JavaScript is simply a build in function.

JavaScript Expressions and Statements
In JavaScript expressions and statements are two fundamental building blocks used to construct programs.

JavaScript Scopes
A scope in JavaScript determines the accessibility and visibility of variables and functions throughout the code

JavaScript Looping and Conditional Statement
Loop Statement is a control flow statement that allows to execute a block of code repeatedly for a specific number of times and Conditional Statement allow to execute different blocks of code based on specified conditions

Student Ratings & Reviews

No Review Yet
No Review Yet