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




A completely free course for learning the fundamentals of JavaScript 2021

What you will learn

 

 

The fundamentals of JavaScript

 

Description

 

Intro:

Welcome to your first course in JavaScript! This course was specifically designed to give you a boost in your programming career, and it’s also completely free!

 

What will you learn in this course?

In this course I will teach you all of the basics that you will need to get started with using JavaScript to build any kind of application you need to build. You will have a very solid foundation and understanding of how JavaScript works and plenty of examples of what it can be used for.

 

What is JavaScript used for? (Source: Wikipedia)

Alongside HTML and CSS, JavaScript is one of the core technologies of the World Wide Web. Over 97% of websites use it client-side for web page behavior, often incorporating third-party libraries. All major web browsers have a dedicated JavaScript engine to execute the code on the user’s device.

JavaScript engines were originally used only in web browsers, but they are now core components of other software systems, most notably servers and a variety of applications.


Get Instant Notification of New Courses on our Telegram channel.


Although there are similarities between JavaScript and Java, including language name, syntax, and respective standard libraries, the two languages are distinct and differ greatly in design.

 

Hope you enjoy this course!

– Federico (from Code Palace)

 

English
language

 

Content

 
Introduction
Project Setup
Your first script
Increment Counter
Basics
Basic Data Types & Type Conversion
Basic Operators
If Else
For Loop
While Loop
Switch
Basics (Continued)
Functions
Var, Let, & Scopes
Recursion
Objects
Getters & Setters
Constructor Functions
Prototypes
Arrays
Multidimensional Arrays & For In Loop
Try, Catch, & Finally