Closed AndreBacic closed 3 years ago
@Smiley-Cartoons please merge (if you approve of using typescript)
@Moybot2000 now you need to learn to use typescript (which is easy if you already know javascript)
im doing my w3schools im currently on Javascript output
https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail&utm_term=icon Virus-free. www.avast.com https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail&utm_term=link <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
On Tue, Aug 17, 2021 at 5:12 PM AndreBacic @.***> wrote:
Assigned #15 https://github.com/Smiley-Cartoons/Happy-Burgers/pull/15 to @Moybot2000 https://github.com/Moybot2000.
— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/Smiley-Cartoons/Happy-Burgers/pull/15#event-5171317911, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUWUNVKLBCKJ53YDQZULAQDT5LGDFANCNFSM5CKVVMRQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email .
Excellent!
btw typescript is just javascript but you tell the computer what type of data is being used. Then, the editor can catch bugs far more easily for you. It also allows you to create your own types and to define classes that have more meaning to them because you know what sort of data they hold/use.
Thank you!
With these changes we use typescript to make the code much more understandable.