Variable and Data Types| Javascript Complete Tutorial #1
Code With Ami Code With Ami
1.71K subscribers
264 views
0

 Published On Jan 15, 2021

In this video tutorial, we will study and understand the concept of Variables & Data Types in JavaScript.
Variables –
Following are some basic definitions of variables in a typical programming language context.
A variable provides us with named storage that our programs can manipulate. It is the basic unit of storage in a program.
Variables are used to store information to be referenced & manipulated in a computer program.
In programming, a variable is a value that can be changed depending on the conditions or information being passed to the program.

Data Types –
Datatypes are basically a type of data that can be used and manipulated in a program. For e.g. numbers(1, 2, 5,5), string(“hello Simple Snippets”, “JS”), boolean(true, false) etc.

JavaScript provides different data types to hold different types of values. There are two types of data types in JavaScript.(as shown in the diagram above)
The primitive data type (string, number, boolean, null, undefined)
Non-primitive (reference) data type (objects, arrays, Rgex, Functions, Date)


Keyword -

different data types in JavaScript,
javascript,
javascript tutorial,
javascript datatypes,
data types in javascript,
js,
js tutorial,
javascript undefined,
javascript string,
javascript number,
javascript boolean,
variable data types,
different types of data in javascript,
javascript data types and variables,
javascript data types with examples,
javascript data types check,
javascript Data Types
javascript variable,
javascript variables explained,
CodeWithAmi

===========================================================

Disclaimer:
It doesn't feel good to have a disclaimer in every video but this is how the world is right now.
All videos are for educational purposes and use them wisely. Any video may have a slight mistake, please take decisions based on your research. This video is not forcing anything on you.

~-~~-~~~-~~-~
Please watch: "5 Project Ideas to Get a Job as a Frontend Developer in 2023"
   • 5 front end projects to get a job 🔥  ...  
~-~~-~~~-~~-~

show more

Share/Embed