I don't like how the first project folks work on involves classes. TypeScript isn't a class-oriented language - but there's still sometimes a misconception that it is. I'd like to add a first step at the beginning of The Typeinator that involves common day-to-day things:
I don't like how the first project folks work on involves classes. TypeScript isn't a class-oriented language - but there's still sometimes a misconception that it is. I'd like to add a first step at the beginning of The Typeinator that involves common day-to-day things:
var
->let
/const
function () {
->() => {
...
s