JavaScript Data Types. JS full course Data Types basic to advance - জাভাস্ক্রিপ্ট বাংলা টিউটোরিয়াল
Автор: Basic Programmer
Загружено: 2021-08-02
Просмотров: 86
Описание:
In JavaScript or in any programming language, the concept of data types is important. Data types are the different kinds of data that can be stored or used in a JavaScript program.
String Data Type
The string data type is a sequence of characters used to represent text.String can be written with either single or double quotes. You can use which one you like. But if the string contains single quotes, use double quotes. Or if it contains double quotes, use single quotes.
Number Data Type
The number data type is an integer or a floating point number (number with decimal). Combining Strings and Numbers. Combining a string and a string returns a string. Combining a number and a number returns a number. Combining a string and a number returns a string. Since JavaScript evaluates from left to right, different sequences produce different results.
Boolean Data Type
The Boolean data type is a logical data type that can only have true or false as values.
The undefined Data Type
If a variable has no assigned value, the value is undefined.
The null Data Type
The null data type is a special data type denoting a null value — meaning it's not an empty string "" or 0.
Object Data Type
In this lesson, we will only learn the most basic concepts of JavaScript Objects., that will teach it in depth. The object data type is a collection of related data. A JavaScript array is a collection of values. Each value is separated with a comma (,).
Variables are not directly associated with a single data type, unlike in other programming languages.
Any variable in JavaScript can be reassigned to values of all types. The typeof returns a string indicating the data type of the evaluated operand.
Primitive Data
There are 4 basic primitive data types:
string
number
boolean
undefined
Complex Data
There are two complex data types, both can be returned by the typeof operator:
object
function
What do you need before learning JavaScript?
1.Basic understanding of HTML.
2.Basic understanding of CSS.
Facebook Link:
/ mosheurrahmanmehedi
JavaScript Basics
--------------------
JS Introduction
JS Writing Code
JS Displaying Output
JS Statements
JS Syntax
JS Comments
JS Variables
JS Data Types
JS Operators
JS Arithmetic Operators
JS Assignment Operators
JS Comparison Operators
JS Logical & Conditional Operators
JS Functions
JS Objects
JS Strings
JS String Methods
JS Numbers
JS Number Methods
JS Arrays
JS Array Methods
JS Array Sorting
JS Array Iteration
JS Events
JS Math Object
JS Math Random
JS Conditional Statement -if...else
JS Conditional Statement -switch
JS For Loop
JS For Of Loop
JS While Loop
JS Break and Continue
JS Timeout and Interval
JS Bitwise Operators
JS Regular Expressions
JS Exception Handling Statements
JS Variable Scope
JS Variable Hoisting
JS Strict Mode
JS let
JS Const
JavaScript Advanced
----------------------
JS Date Formats
JS Date Get Methods
JS Date Set Methods
JS this Keyword
JS Arrow Function
JS Classes
JS JSON
JS Forms
JS Form Inputs
JS Reserved Keywords
JS Function Invocation
JavaScript and HTML DOM
---------------------------
JS DOM Selectors
JS DOM Nodes
JS DOM Navigation
JS DOM HTML
JS DOM CSS or Styling
JS DOM Effects
JS DOM Events
JavaScript and BOM
-------------------
JS BOM Window
JS BOM Screen
JS BOM Location
JS BOM History
JS BOM Navigator
JS BOM Pop-up Boxes
JS BOM Cookies
JavaScript AJAX
-------------------------
JS AJAX Introduction
JS AJAX XMLHttpRequest Object
JS AJAX Send Request
JS AJAX Receive Response
Повторяем попытку...

Доступные форматы для скачивания:
Скачать видео
-
Информация по загрузке: