filmov
tv
TypeScript Beginner Tutorial 5 | Basic Variable Types 1
![preview_player](https://i.ytimg.com/vi/VvjSvt-ubDY/sddefault.jpg)
Показать описание
Types of Variables:
Number
String
Boolean
Null
Undefined
Arrays
Number
let x: number = 10
String
let name: string = ‘TypeScript’
Boolean
let learningTypeScript: boolean = true
Static type checking, prevent from making mistakes
Accurate Intellisense
Undefined
A variable that has been declared but not yet assigned value
let u: undefined = undefined
Null
Null is assignment value. Can be assigned as representation of no value
let n: null = null
Null and undefined are sub types i.e. null and undefined can be assigned to boolean, number and string variables
#TypeScriptTutorials
Every LIKE & SUBSCRIPTION gives me great motivation to keep working for you
You can support my mission for education by sharing this knowledge and helping as many people as you can
If my work has helped you, consider helping any animal near you, in any way you can.
________ ONLINE COURSES TO LEARN ________
Never Stop Learning
Raghav
Number
String
Boolean
Null
Undefined
Arrays
Number
let x: number = 10
String
let name: string = ‘TypeScript’
Boolean
let learningTypeScript: boolean = true
Static type checking, prevent from making mistakes
Accurate Intellisense
Undefined
A variable that has been declared but not yet assigned value
let u: undefined = undefined
Null
Null is assignment value. Can be assigned as representation of no value
let n: null = null
Null and undefined are sub types i.e. null and undefined can be assigned to boolean, number and string variables
#TypeScriptTutorials
Every LIKE & SUBSCRIPTION gives me great motivation to keep working for you
You can support my mission for education by sharing this knowledge and helping as many people as you can
If my work has helped you, consider helping any animal near you, in any way you can.
________ ONLINE COURSES TO LEARN ________
Never Stop Learning
Raghav
TypeScript Beginner Tutorial 5 | Basic Variable Types 1
TypeScript Tutorial for Beginners
TypeScript tutorial for beginners #5 Types | number | string etc
TypeScript - The Basics
TypeScript Tutorial #5 - Explicit Types
Types (TypeScript, tutorial, #5)
Learn TypeScript in 50 Minutes - TypeScript Beginner Crash Course
TypeScript Crashkurs 2022 | TypeScript Basics Tutorial (Deutsch)
Html CSS Tutorial: 309 Table Borders in Html CSS - CSS Tables
5 Tipps für besseren JavaScript/Typescript Code! (Anfänger/Beginner) 👍 [TUTORIAL]
TypeScript in 100 Seconds
#5 TypeScript Tutorial for Beginners - switch
Learn TypeScript – Full Tutorial
TypeScript In 5 Minutes: A VERY Brief Intro
What Is TypeScript? | TypeScript Tutorial | TypeScript Tutorial For Beginners 2022 | Simplilearn
TypeScript Tutorial #3 - Type Basics
TypeScript Tutorial #5 - Klassen für JavaScript
Learn TypeScript Generics In 13 Minutes
TypeScript Course for Beginners - Learn TypeScript from Scratch!
JavaScript Developers TRYING to Use TypeScript
Typescript for Javascript Developers in 15min
TypeScript Full Course for Beginners | Complete All-in-One Tutorial | 8 Hours
Stop Using {} In TypeScript
[ TypeScript Arabic Tutorial ] #1 - Introduction About Typescript
Комментарии