|
You are here |
robkendal.co.uk | ||
| | | | |
szymonkrajewski.pl
|
|
| | | | | ECMAScript 6 has an amazing feature called Arrow Function. It allows writing a function expression faster and smarter than traditional way (using functionkeyword). Worth to know, it's not a one to one replacement for standard functions. | |
| | | | |
www.a11ywithlindsey.com
|
|
| | | | | I have a confession to make. While I have been a professional web developer for over 6 years, I didn't feel comfortable with JavaScript | |
| | | | |
yakovfain.com
|
|
| | | | | TypeScript is a superset of JavaScript and over the last year it's gaining popularity by leaps and bounds. Angular 2 and RxJS 5 are written in Typescript. I believe about a million of developers are using TypeScript today for app development (this is not official stats). I'm using TypeScript for more than a year and... | |
| | | | |
tenthousandmeters.com
|
|
| | | Mark functions as async. Call them with await. All of a sudden, your program becomes asynchronous - it can do useful things while it waits for... | ||