@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