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
What they said in other topic it's to use the "manual solution", what I used now.
But I propose new syntaxic sugar to simplify our life about this problem. ^^
Hi,
I discover a problem in Javascript this morning: if i want a hash with dynamic key.
In PHP for exemple, no problem:
What I wish do in coffee :
What I have to do for this time:
So maybe we can choose a symbol to say "it's a dynamic key in this hash, compile that!" like simply:
when use "::" separator in hash, it will compile it in 2 times :
What do you think about that?
The text was updated successfully, but these errors were encountered: