Lakshman kumarlaksh.hashnode.devยทSep 30, 2024Different types of typescriptNumber : It is used for both integers and floating-point numbers representation. let val1: number = 26; let val2: number = 42; // We can also use number without specifying it's type // like - let val3 = 64; String : It represents the sequence ...TypeScriptAdd a thoughtful commentNo comments yetBe the first to start the conversation.