Answers for "typescript single or double quotes"

1

typescript single or double quotes

in JS/TS single quotes are preferred because:
- single quotes makes for easier reading when marking up html strings in the typescript
- double quotes are more often escaped than single quotes in strings

note: whats most important however is consitency!
Posted by: Guest on May-21-2021
1

typescript single or double quotes

in JS/TS single quotes are preferred because:
- single quotes makes for easier reading when marking up html strings in the typescript
- double quotes are more often escaped than single quotes in strings

note: whats most important however is consitency!
Posted by: Guest on May-21-2021

Code answers related to "typescript single or double quotes"

Browse Popular Code Answers by Language