Nullables are a must for me these days - all variables that can be null should be marked as null, and it should be able to quickly handle null conditions and such.
Observables/reactive programming are pretty important to me on FE too, especially if you have async threads all over the place (looking at you web tech).