0% found this document useful (0 votes)
7 views7 pages

Master JavaScript Basics in Easy Way PDF Version

Basics of Javascript in 1 minute

Uploaded by

K Durga
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views7 pages

Master JavaScript Basics in Easy Way PDF Version

Basics of Javascript in 1 minute

Uploaded by

K Durga
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

@NOVADESIGNS

JAVASCRIPT BASICS IS EASY


JavaScript is a versatile, high-level programming language commonly used to
create dynamic and interactive effects within web browsers.

NOVADESIGNS
WHO CREATED
JAVASCRIPT?
BRENDAN EICH
JavaScript was created by Brendan Eich in
May 1995 in just 10 days.
VARIABLES
Variables in JavaScript are named containers for storing
data values that can be changed during program execution.
DATA TYPES
Data types in JavaScript define the kinds of values that can be stored
and manipulated, such as numbers, strings, booleans, objects, and more.
ARITHMETIC
OPERATORS
sed to perform mathematical operations like addition, subtraction,
multiplication, division, and modulus on numerical values.
IF ELSE STATEMENTS
is a control structure that executes different blocks of code based on
whether a specified condition evaluates to true or false.

more example
LEARN MORE

You might also like