You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have read the paragraph let and const: block-scoped and reassignment-protected variables on the coffeescript v2 website, But I want:
May you offer an option, make coffeescript ALL USE let instead of var in compiled code as it's also only one type of variable. Using var sometimes trouble me like in the code under:
fs = []
a = [1,2,3,4,5]
for i in a
fs.push -> console.log i
f.call this for f in fs
If I'm asking for a selection whose conclusion had been made, I'm sorry and just close this.
The text was updated successfully, but these errors were encountered:
I have read the paragraph
let and const: block-scoped and reassignment-protected variables
on the coffeescript v2 website, But I want:May you offer an option, make coffeescript ALL USE
let
instead ofvar
in compiled code as it's alsoonly one type of variable
. Usingvar
sometimes trouble me like in the code under:If I'm asking for a selection whose conclusion had been made, I'm sorry and just close this.
The text was updated successfully, but these errors were encountered: