< Code Topology />

Skip to content
Menu
  • Home
  • PHP
  • Scripts
    • Typescript
    • JavaScript

Category: Scripts

Posted on 11th October 202011th October 2020JavaScript

JavaScript map function: Everything you need to know

Sometimes you need to iterate through array and perform some operation and push result in new array. There are multiple ways to do it by…

Continue Reading
Posted on 30th August 202031st August 2020JavaScript

15 Useful JavaScript String Methods

JavaScript string methods allows us to perform operations on string literals and String Objects. There are more than 20 string methods available in JavaScript. Out…

Continue Reading
Posted on 28th August 202028th August 2020JavaScript

JavaScript Loops with an Example

Loops in any programming language are used to execute specific set of code again and again as long as certain conditions are met. There are…

Continue Reading
Posted on 23rd August 202028th August 2020JavaScript

What is JavaScript: It’s Example, Usage

JavaScript is a most popular client side scripting language developed by Brendan Eich. Originally it was named as “LiveScript” but later its name is changed…

Continue Reading
Posted on 20th August 202025th August 2020Scripts

TypeScript Interface Vs Class

We have covered typescript interface and class in our previous tutorials. Lets have a closer look at their differences: Parameter TypeScript Class TypeScript Interface Definition…

Continue Reading
Posted on 11th August 202026th August 2020Scripts

User Defined Data Types in TypeScript With Example

We have seen primitive data type in typescript tutorials, now lets have a closer look at user defined data types in typescript. Array : Array…

Continue Reading
Posted on 5th August 202017th August 2020Scripts

Primitive Data Types in Typescript

Once you are familiar with What is a TypeScript, next step is to learn about its data type which is crucial part in any programming…

Continue Reading
Posted on 5th August 202020th August 2020Scripts

TypeScript Interfaces with Example

So far we have covered data types, classes in typescript. In this tutorial, we will cover typescript interfaces, what they are and how to use…

Continue Reading
Posted on 5th August 202020th August 2020Scripts

Classes in TypeScript

TypeScript supports most of the Object Oriented Programming concepts. One of them is Class. Class is a template which describes the structure of object which…

Continue Reading
Posted on 5th August 20208th August 2020Scripts

What is a TypeScript ?

TypeScript is an open-source,strongly typed, object oriented, compiled language. It is a super set of JavaScript which is compiled to JavaScript. Features of TypeScript: 1.…

Continue Reading

Subscribe

loader

We treat your data confidentially and don't share it with third parties. You can unsubscribe any time

Home · About · Privacy Policy · Contact Us

Code Topology © 2020

Your subscription could not be saved. Please try again.
Your subscription has been successful.

Join Your < Code Topology /> Family

No Thanks