You are here |
exploringjs.com | ||
| | | |
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... | |
| | | |
www.freshblurbs.com
|
|
| | | | Common Software Design Patterns - Fresh Blurbs by Irakli Nadareishvili | |
| | | |
techinsights.manisuec.com
|
|
| | | | What is destructuring assignment? The destructuring assignment syntax is a JavaScript expression that makes it possible to unpack values from arrays, or properties from objects, into distinct variables. - MDN | |
| | | |
ostash.dev
|
|
| | What is a higher order function(HOF)? If a function receives as its input one or more functions or/and returns the function we can called it HOF. |