JavaScript - Reference vs Primitive Values/ Types
🟪Contents -Topics covered in this video :
➡️ What is Variable ?
➡️ What are Primitive Types ?
➡️ How are Primitive Types allocated in memory of RAM with example
➡️ What are Reference Types?
➡️ How are Reference Types allocated in memory of RAM with example
➡️ Code in Online Editors
➡️ Differences between Reference and Primitive Values/ Types
---
Next Video :
null vs undefined | variable life cycle | JavaScript Basics ( before Typescript , node js ) - 2
• null vs undefined | variable life c...
Previous Video :
Understanding JavaScript and its Hurdles | TypeScript Course for Beginners 2021 | Basics
• Understanding JavaScript and its Hurd...
---
A variable can hold one of two value types: primitive values or reference values. When you assign a value to a variable, the JavaScript engine will determine whether the value is a primitive or reference value.
JavaScript Value vs Reference Types
#primitivetype #referencetype #primitivetypevsreferencetype
---
Hi guys , i hope you are learning good from videos , in this form you can "Request a Video or Course" and we will make a playlist or Video based on answers , please do fill form and share to many , link :
⚡️ https://forms.gle/Sz1ao7L524ynq2yg8
---
💰Donate us : https://www.paypal.me/sandeepmachiraju
---
💎 FOLLOW US ON Twitter : / mrktutorials
💎 FOLLOW US ON Instagram : / mrk_tutorials
Reach us at :
📧 : mrktutorials@outlook.com
Telegram Channel :
🔵 : https://t.me/mrktutorials
Credits :
📒 Tutor Name & Editing : Sandeep Machiraju
Follow on :
⚡️ / sandeep_machiraju
⚡️ / sandeepm20598
Reference Vs Value In JavaScript
-TypeScript is an open-source programming language developed and maintained by Microsoft. It is a strict syntactical superset of JavaScript, and adds optional static typing to the language. In this typescript tutorial for beginners, we go over the fundamental concepts like variable declarations, variable types, functions, interfaces, classes and access modifiers.
🔔 Video Alert : ➡️ • Understanding JavaScript and its Hurd...
⚡️ We are in - Links Above ⚡️
🔵Telegram : https://t.me/mrktutorials
🟦 Facebook : / mrktutorials
🟪 Instagram : / mrk_tutorials
🐦Twitter : / mrktutorials
What is JavaScript ?
JavaScript was initially created to “make web pages alive”.
JavaScript is an open and cross platform, dynamic computer programming language which is developed to implement complex features on web pages . It is a scripting language , which is used on both client and server side. JavaScript is the language of web development. Most interactions you have with websites, including buttons you click, forms you fill, and emails you send, are implemented with JavaScript.
Data Types in JavaScript (Primitive & Reference Types)
JavaScript was initially created as a browser-only language, but it is now used in many other environments as well.
Object based vs object oriented language
Primitive types :
It consists of Number, String, Boolean, null, and undefined. -Es6 symbol
Example :
var a = 10;
var b = a;
console.log(a); // 10;
console.log(b); // 10;
Reference types :
It consists of Array, Object, and Function.
Example :
var x = {name: ‘MRK Tutorials’};
var y = x;
y.name = Subscribed;
console.log(x.name); // Subscribed
--------------------- Telugu -----------------------
➡️ How To Get Started in Figma : • Figma Tutorial in Telugu : How To Get...
➡️ Understanding Figma Workspace : • Figma Tutorial in Telugu : How To Get...
➡️Creating First Instagram Post : • Figma Tutorial in Telugu : Creating F...
----------------------
--------------------- English --------------------
➡️ What is DOM ? : • What is DOM ? JavaScript Document Ob...
➡️ What is Document Interface ? : • What is Document Interface ? JavaScri...
➡️ Property vs Method vs Attribute : • Property vs Method vs Attribute | HTM...
➡️ DOM Element : • DOM Element | JavaScript DOM Crash Co...
----------------------
Nesta página do site você pode assistir ao vídeo on-line Primitive Type vs Reference Type | JavaScript Basics ( before Typescript , node js ) - 1 duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Advanced Web Dev 03 Março 2021, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 188 vezes e gostou 8 espectadores. Boa visualização!