The #instanceof operator tests whether an object has in its prototype chain the prototype property of a constructor. #javascript #rules
Аневризма retweeted
Well this is important
Node.js 7: Unhandled Promise rejections have been deprecated, will terminate the process with non-zero in the future nodejs.org/en/blog/release/v…
4
14
19
#angular $digest function’s job is to call the watch function and compare its return value to whatever the same function returned previously
1
any good resource about how to create from scratch(examples) a router or something similar in #JavaScript ? @teropa @toddmotto @getify
2
Аневризма retweeted
Angular Mobile is here! NativeScript = free, open source, truly native Try it: bit.ly/2dP2KRE
4
145
260
fn().subscribe({ next: v => v, complete: v => v, error: e => e }); #javascript #observable #ES2017 ?
1
with #generator #functions you can return multiple values progressively on demand as the consumer requests them. #ES2015 #ES6 #javascript
1
(async () => await promiseFn())(); #javascript #ES2017 #async #functions is one of the best features, I'm going to destroy my brain with it
1
for those whose doesn't know, #javascript's return statement is a #function return ({}) === return {};
#requirejs it's actually #AMD don't let that fool ya ok? #javascript #nodejs
#CSS #transitions describe how a property should display change when given a different value.
first rule of #functionalprograming, let the functions do their work, if u already written a function that does what u need, dont make other
1
function curry(fn, ...first) { return function (...second) { return fn(...first, ...second); } } #javascript #currying #ES2015 #ES6
a high order function is a function that receives other functions as parameters and returns other functions as result #javascript #js
a binary function is a function that takes two arguments #javascript #functions
Аневризма retweeted
4
18