Core Types - TS

Type Script

October 15, 2022

Core Types - TS

Number

  • In TypeScript, as the same is true for TypeScript, there is only one number type. There are no special types for integers or floats

All numbers, no differentiation between integers or floats

Loading...

String

  • That would be a text that you can define in one of these three ways: single quotes, double quotes and backticks
  • The last notation with backticks is a special syntax provided in modern JavaScript and also in TypeScript, which allows us to write so-colled template literals that are regular strings where you can dynamically inject some data into them

Loading...

Boolean

  • The most basic datatype is the simple true/false value, which JavaScript and TypeScript call a boolean value
  • The boolean know those two values, true or false. There is a Truthy/Falsy concept in JavaScript, which you should know is not related to data types. That some behind the scenes work JavaScript does at runtime when it sees specific values and if conditions. For example, number zero is a false value.

Loading...

Join Our Discord Community Unleash your potential, join a vibrant community of like-minded learners, and let's shape the future of programming together. Click here to join us on Discord.

For Consulting and Mentorship, feel free to contact slavo.io

©2024. All rights reserved. Designed by Prototype.NEXT

slavo.io software development - Consultingslavo.io software development - Consulting slavo.io software development - Consulting