1 follower
I am a JavaScript Front End Developer focused on ReactJS and animations.
Here's a short note on my understanding of React Native and how to set it up. React Native is a combination of react and react native special...
Life is in phases, men are in sizes. Putting in constant effort will result in growth and development. It may seem like very little progress, but...
Description Unions Unions are used to combine more than one data type to be used on a variable. This is how it is done; // This can be used to declare...
Description Data types can be explicitly declared in TypeScript. Although TypeScript automatically infers a data type on a variable declared....
Description This is used to describe the general structure of a function, the argument it takes in and the type of data it returns. // example 1 let...
Description Functions can be declared this way using TypeScript. let greet: Function; //greet has been set to a function. Note that it has to be...