Read

Create

Read

Create
My GuidesCommunity Guides
Create NewGo Pro

Want more?

Go pro

Theme

Javascript Fundamentals

Chapter 1
Starting from square one, we will understand the basics of Javascript. Just like learning to drive a car, we'll start with the basic operations before we hit the highway of Leetcode.

Goals

  • Understand the basic structure of a Javascript program

  • Learn about the fundamental elements - variables, data types, functions, and control flow

Key Concepts

  • Variables

  • Data types

  • Functions

Introduction to Javascript

Ever wondered how a computer can understand your instructions? Let's dive deep into the world of programming with Javascript and discover its features.

un-published

Exploring Data Types

How does Javascript distinguish between a number and a word? We'll explore the various data types and their uses in this section.

un-published

Functions and Control Flow

How can we get Javascript to make decisions? Through functions and control flow! We'll understand these concepts in this section.

un-published