What's your favorite programming language and what about it do you like?
You're viewing a single thread.
Javascript. I like the new ES6 syntax, and I like that it can run anywhere.
I'm going through all of my company's apps replacing jquery with vanilla Javascript. I don't like that Javascript is much more verbose than jquery but I do like not having to be dependent upon a library.