• Post category:StudyBullet-5
  • Reading time:8 mins read


Learn JavaScript Basics ( Basic Operations Variables Arrays Objects Statements Loops OOP DOM Events Asynchronous JS)

What you will learn

Basic Operations

Variables

Arrays

Objects

Conditional Statements

Loops

OOP

DOM

Events

Asynchronous javascript

Description


WHAT IS JAVASCRIPT?

JavaScript is one of the most popular programming languages in the world, and growing faster than any other programming language. As a developer, you can use JavaScript to build web and mobile apps, real-time networking apps, command-line tools, and games.

WHY JAVASCRIPT :


Get Instant Notification of New Courses on our Telegram channel.


  • JavaScript is a key tool for front-end, back-end, and full-stack developers.
  • The average annual salary for a JavaScript developer is $72,000.
  • Companies like Walmart, Netflix, and PayPal run big internal applications around JavaScript.
  • Having strong JavaScript knowledge will help you land your dream job.

WHY THIS COURSE?

There are several JavaScript courses on Udemy. So, what makes this course different?

  • Taught by a senior coder instructor – Ahmed Khalaf
  • No fluff or unnecessary repetition – don’t waste your time on long courses
  • Clear, concise, and practical training – start coding right away
  • Learn how to think like a programmer – most, if not all, courses just teach you JavaScript features, not the art of problem solving

You’ll learn complete JavaScript from scratch, including data types, variables, functions, classes and basic principles that will help you navigate other programming languages in the future. You’ll learn how to interact with the DOM, modify the HTML elements using JavaScript and even set up events, so that when you click, for example, a button, a custom function that you’ll write gets executed. Also, you’ll learn how to create and structure your projects using modern design patterns that are an industry standard. But most importantly, you’ll have a better understanding of how vanilla JavaScript works, so that when you decide in the future to pursue frameworks like React and Angular, you’ll know exactly how and where to fix your bugs and mistakes.

English
language

Content

Introduction

Introduction

Environment tools

1 Vs Code
2 Add Some Exetentions To Vscode
Course Source Code

Variables

1 Create And Connect Html&js Files
2 JS Comment
3 Variables Part I
4 Variables Part II
5 Variables Naming rules
6 Using backquote to mix Variables with strings

JavaScript Basic Operations

1 Arithmetic Operators
2 Assignment Operators
3 outerHTML I outerText
4 innerHTML I innerText
5 JS Console Methods
6 JS debug Error
7 charAt trim concat toUpperCase toLowerCase
8 indexOf length search startsWith endsWith
9 Replace I Substring

Arrays | Objects

1 Arrays I Define Get Update Delete
2 Arrays I Splice push shift unshift isArray
3 Arrays ForEach
4 Objects I Create Use
5 Objects I Add Change Delete

Conditional Statements If Else Switch

1 Conditional Logic
2 Logical Operators
3 IF Statement
4 Else And Else IF Statement
5 Switch

Loops

1 While Loop
2 While I continue & break & do while
3 For Loop
4 ForEach With Array
5 ForEach With Object

Class Method OOP

1 Var Let Const
2 Functions
3 Class Constructor
4 Methods in class

DOM | Events

1 javascript css style
2 querySelector querySelectorall
3 HTML DOM getElementsBy TagName And ClassName Methods
4 Get Value
5 Onload OnClick
6 addEventListener
7 LocalStorage
8 sessionStorage
9 location
10 document
11 Mouse Events
12 onbeforeunload onbeforeprint onafterprint
13 Keyboard Events
14 on Copy Past Cut Events
15 Submit Event
16 Form Validation
17 OnChange onInput
18 submit reset focus blure
19 screen orientation
20 select os
21 Window open close stop print
22 window prompt confirm
23 Remove Method
24 Attribute
25 SetTimeOut
26 setInterval
27 history DOM
28 Date Time
29 create append element
30 ClassList
31 device screen width height
32 Video Audio ElementDOM
33 Math
34 Convert NumToStirngs StringsToNum
35 User internet connection

JS ( Async | Await | Promises | Callbacks )

1 Async Vs Sync
2 CallBack
3 Promises
4 Async Await