3 07 Apr 2016 21:48 by u/go1dfish
As a C# developer several of those new features are familiar. Lambda expressions array.where(s => s == 4) were introduced in c# 3 and I'm glad they are making their way into other languages. Such a simple and easy way to declare anonymous functions.
array.where(s => s == 4)
It is javascript. That is impossible.
2 comments
1 u/BlueSpeed 10 Apr 2016 03:55
As a C# developer several of those new features are familiar. Lambda expressions
array.where(s => s == 4)were introduced in c# 3 and I'm glad they are making their way into other languages. Such a simple and easy way to declare anonymous functions.0 u/J_Darnley 11 Apr 2016 13:56
It is javascript. That is impossible.