Syntactically, the dollar ($
) character has no special meaning in JavaScript identifiers.
It is, however, sometimes used by convention to indicate that a variable holds an Observable
or that a function will return an Observable
.
Syntactically, the dollar ($
) character has no special meaning in JavaScript identifiers.
It is, however, sometimes used by convention to indicate that a variable holds an Observable
or that a function will return an Observable
.