Ephraim Atta-Duncan
Ephraim Atta-Duncan

Ephraim Atta-Duncan

Follow
homebadgesnewsletter
Tag

TypeScript

#typescript

More content

Read more stories on Hashnode


Articles with this tag

Getting Started With TypeScript - Part 1

Aug 17, 20216 min read

TypeScript Basics for JavaScript Developers ยท Typescript is an open-source object oriented programming language developed and maintained by Microsoft....

Getting Started With TypeScript - Part 1

Use 'await' without an 'async' function

Nov 27, 20203 min read

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...

Use 'await' without an 'async' function

Creating Your Own JavaScript Syntax

Nov 25, 202040 min read

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...

Creating Your Own JavaScript Syntax