此内容来自第三方平台 (Dailymotion)。如果此视频侵犯了您的版权,请使用 立即删除 工具。
Nonprimitive. javascript
描述
non primitive -it will store the multiple values .
- and there data will store in different place and store in reference number .
- thats they even if the value are same , but data will be diff..
ex:
a=10, b=10.
a will be stored in different place like session storage .
b in another with different place with another ref.. number.
like a ref num will be n1 , b ref num n2
which will be assign to datatype
, now a==b// will be true cos it will only compare value 10==10// true
.
now - a===b// this will compare the data type stored which is n1===n2//false . same way .
array , object and function are store in different storage place .
-they execute in synchronous way line by line .
- and there data will store in different place and store in reference number .
- thats they even if the value are same , but data will be diff..
ex:
a=10, b=10.
a will be stored in different place like session storage .
b in another with different place with another ref.. number.
like a ref num will be n1 , b ref num n2
which will be assign to datatype
, now a==b// will be true cos it will only compare value 10==10// true
.
now - a===b// this will compare the data type stored which is n1===n2//false . same way .
array , object and function are store in different storage place .
-they execute in synchronous way line by line .
相关视频
How to create an HTML file with Visual Studio Code
Captain Solo
primitive. javascript example - in Visual Studio Code
ray7star -Rayystar
JavaScript Tutorial in Hindi / Urdu part 3 - How do run JavaScript Code on HTML?
VOCATIONAL WINGS SADDAR
Website forums, websites forum,HTML forum, SQL forum, PHP forum, Javascript forum, CSS forum, Servers forum, Minecraft forum, Coding forum, javescript coding forum
jenwhiteeee
How to use javascript object property example in asp.net || visual studio 2015 #javascript tutorials 10
AspDotNet Tutorials
How to use javascript object method example in asp.net || visual studio 2015 # javascript tutorials 11
AspDotNet Tutorials