#typescript
Read more stories on Hashnode
Articles with this tag
TypeScript Basics for JavaScript Developers ยท Typescript is an open-source object oriented programming language developed and maintained by Microsoft....
async/await functions was released in ES7 as a wrapper for Promises and the await keyword was not used without a wrappingasync function. Using await...
Header by Maggie Appleton Today we are going to create our own syntax in JavaScript. For simplicity sake and easy understanding, we will stick to a...