when I think back to my C# days, it makes me wonder how I ever did without functions as first class objects and a slew of other really great things about JS.
C# has delegates, events, lambda function, properties and async function as language constructs. This is as "first class" as it gets. It also has LINQ.
C# has delegates, events, lambda function, properties and async function as language constructs. This is as "first class" as it gets. It also has LINQ.