Skip to content Skip to sidebar Skip to footer
Showing posts with the label Typescript2.0

How To Concatenate Two Strings Without Duplicates In Javascript

I have two strings as below: var str1 = '5YRS,AC,ALAR'; var str2 = 'MON,5YRS,TRAU';… Read more How To Concatenate Two Strings Without Duplicates In Javascript

Typescript: How To Import A Class From A Javascript File?

I would like to : Import a js file that defines a class: ./myClass/index.js Declare the public met… Read more Typescript: How To Import A Class From A Javascript File?