Typescript Basics
I am going to look at the typescript basics, Microsoft was fed up with JS and made TS. The code for this post and similar posts will be in this…
I am going to look at the typescript basics, Microsoft was fed up with JS and made TS. The code for this post and similar posts will be in this…
First of all lets create a random array let myNumber = 34943; myArray = myNumber.toString().split(''); Foreach Normal iteration, looping the array getting each element and index of the array. NB…