Posts by Ricardo Azzi Silva • 1 point
2 posts
-
0
votes3
answers913
viewsA: Conditions with typescript
In Typescript you can perform an assignment during a comparison and this can cause some confusion (Using a single sign of equals). In the Ecmascript specification, where Javascript and Typescript…
-
0
votes2
answers59
viewsA: Error in this in a typescript function
The problem is being caused because your this is not tied to an object, but it can represent anything in that context. If you want to give the possibility of having a this linked to the function you…
typescriptanswered Ricardo Azzi Silva 1