Netjs icon indicating copy to clipboard operation
Netjs copied to clipboard

Should use typescript 'let' instead of 'var'

Open mcshaz opened this issue 5 years ago • 0 comments

If you think about .net scope, it follows the let keyword scope, and not the functional scope of var

mcshaz avatar Mar 13 '19 05:03 mcshaz