=== vs == | Which one is better? | JavaScript Basics ( before Typescript , node js ) - 3
Автор: Advanced Web Dev
Загружено: 2021-03-12
Просмотров: 113
Описание:
JavaScript - (equal to vs strict equal to)
Strict vs Loose Equality
🟪Contents -Topics covered in this video :
➡️ Difference between equal to and strict equal to
➡️ Which is faster == or === ?
➡️ What is Type coercion ?
== vs ===
---
Previous Video :
🔵 Primitive Type vs Reference Type | JavaScript Basics ( before Typescript , node js ) - 1
• Primitive Type vs Reference Type | JavaScr...
🔵 null vs undefined | variable life cycle | JavaScript Basics ( before Typescript , node js ) - 2
• null vs undefined | variable life cycle ...
---
Abstract Equality Comparison (==) or the Strict Equality Comparison (===). They are both similar and appear to achieve the same outcome, but they are actually very different under the surface.
Difference Between Double vs Triple Equals in JavaScript
comparison operator :
Comparison operators are used in logical statements to determine equality or difference between variables or values. Comparison operators compare two values and give back a Boolean value.
Type coercion means that the two values are compared only after attempting to convert them into the same type.
this is strict checking of equal to operator
or simply strict equal to
---
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 :
📧 : [email protected]
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 Hurdles |...
⚡️ 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.
Examples :
0 == false // true
0 === false // false, because they are of a different type
1 == "1" // true, automatic type conversion for value only
1 === "1" // false, because they are of a different type
null == undefined // true
null === undefined // false
'0' == false // true
'0' === false // false
--------------------- Telugu -----------------------
➡️ How To Get Started in Figma : • Figma Tutorial in Telugu : How To Get Star...
➡️ Understanding Figma Workspace : • Figma Tutorial in Telugu : How To Get Star...
➡️Creating First Instagram Post : • Figma Tutorial in Telugu : Creating First ...
----------------------
--------------------- English --------------------
➡️ What is DOM ? : • What is DOM ? JavaScript Document Object ...
➡️ What is Document Interface ? : • What is Document Interface ? JavaScript D...
➡️ Property vs Method vs Attribute : • Property vs Method vs Attribute | HTML Att...
➡️ DOM Element : • DOM Element | JavaScript DOM Crash Course ...
----------------------
Повторяем попытку...
Доступные форматы для скачивания:
Скачать видео
-
Информация по загрузке: