• Post category:StudyBullet-13
  • Reading time:4 mins read


Learn the fundamentals of Modern JavaScript in just 1 Hour

What you will learn

Write your first JavaScript Code

Types of variables

Functions declaration & Function Expression

Arrays & Operation on Arrays (Search, Sort, Filter)

Conditional & Logical Operators

Mathematical Operations in JavaScript

Data Types

Interaction Pop Ups (Alert, Prompt, Confirm)

Comparison

Loops: While and For

Switch statement

Arrow Functions in Modern JavaScript

Description

Why learn 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.

This course uses the latest JS Syntaxes as on August, 2021.


Get Instant Notification of New Courses on our Telegram channel.


Who is this course for?

  • Aspiring developers – If you are done learning HTML, CSS and now you’re looking for to add logic to your web pages this is right course for you because I’ll be teaching you the very basics you’ll ever need in Modern JavaScript.
  • Self taught developers – there are a lot of self-taught web developers out there who cannot solve basic programming problems, because they never attended a college. Don’t be one of those! This course teaches you the fundamental programming skills that every developer must know.
  • In hurry to learn – If you don’t want to waste any time with listening to lectures and jump right on to developing and learning the basics of Modern JavaScript, this is the perfect course for you.

Who is the Instructor?

My name is Pramod Mahato, currently I am working as a Software Engineer at AdPushup and I am a core member of Google Developer Group Jalandhar. I have worked in 3 countries as of now and love building products of larger scale.

English
language

Content

Basic Fundamentals of Modern JavaScript

Tools for this Course
Writing your first JavaScript Program
Connect external JavaScript to HTML
Variables in JavaScript ( let, var & const)
Mathematical Operations in JavaScript
Comments in JavaScript
While Loop & For Loop in JavaScript
Alert, Confirm & Prompt in JavaScript
If else – Conditional Operators in JavaScript
Switch Statement in JavaScript
Arrays in JavaScript
Function declaration & calling in JavaScript
Function Expressions in JavaScript
String Functions in JavaScript
Arrow Functions in JavaScript