Standards
When to use PascalCase
Best Practices
Avoid using the "any" type
Avoid using Non-primitive types
Type Inference
Examples
Use enums
Use Interfaces
Extend Interfaces
"Number", "String", "Symbol", and "Object" are almost never need to be used. Instead use "number", "string", "boolean", and "symbol".
Please Login or Register to comment
Please Login or Register to comment