Login
Remember
Register
Ask a Question
Syntax for a decorator is _________.
0
votes
asked
Jan 27, 2020
in
TypeScript - JavaScript's Superset
by
AdilsonLima
recategorized
Mar 22, 2022
by
sharadyadav1986
Syntax for a decorator is _________.
a) @symbol
b) ?symbol{}
c) *(symbol)
d) #symbol
typescript
typescript-frescoplay
javascript-interview-questions
typescript-programming-questions
typescript-practice-problems
typescript-interview-questions-github
typescript-tutorial
typescript-quiz
angular-interview-questions
typescript-interview-questions-and-answers-2022
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 27, 2020
by
AdilsonLima
edited
Mar 22, 2022
by
sharadyadav1986
@symbol
Syntax for a decorator is @symbol
...