Skip to content

Instantly share code, notes, and snippets.

@bamossza
Created March 12, 2017 10:50
Show Gist options
  • Select an option

  • Save bamossza/f65793d01992ed0cc5707a61756ef6cc to your computer and use it in GitHub Desktop.

Select an option

Save bamossza/f65793d01992ed0cc5707a61756ef6cc to your computer and use it in GitHub Desktop.
let aString: any = "bamossza";
let length : number = (<string>aString).length;
console.log(length); // 8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment