Nitter
Аневризма
@aneurysmjs
Joined December 2013
Tweets
2,267
Following
46
Followers
173
Likes
487
111 Photos and videos
111 Photos and videos
Tweets
Tweets & Replies
Media
Search
Load newest
Аневризма
@aneurysmjs
29 Oct 2016
The
#instanceof
operator tests whether an object has in its prototype chain the prototype property of a constructor.
#javascript
#rules
Аневризма
@aneurysmjs
29 Oct 2016
How do I access
#transclusion
slots from the transclude
#function
?
stackoverflow.com/questions/…
made my day :)
#angularjs
#angular
#javascript
2
1
Аневризма retweeted
Kent C. Dodds 🏹
@kentcdodds
27 Oct 2016
Well this is important
Serg Hospodarets
@shospodarets
25 Oct 2016
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
Аневризма
@aneurysmjs
26 Oct 2016
#component
overdose
#angularjs
#angular
#angular2
#javascript
3
2
Аневризма
@aneurysmjs
23 Oct 2016
#angular
$digest
function’s job is to call the watch function and compare its return value to whatever the same function returned previously
1
Аневризма
@aneurysmjs
23 Oct 2016
any good resource about how to create from scratch(examples) a router or something similar in
#JavaScript
?
@teropa
@toddmotto
@getify
2
Аневризма retweeted
NativeScript
@NativeScript
13 Oct 2016
Angular Mobile is here! NativeScript = free, open source, truly native Try it:
bit.ly/2dP2KRE
4
145
260
Аневризма
@aneurysmjs
16 Oct 2016
fn().subscribe({ next: v => v, complete: v => v, error: e => e });
#javascript
#observable
#ES2017
?
1
Аневризма
@aneurysmjs
15 Oct 2016
with
#generator
#functions
you can return multiple values progressively on demand as the consumer requests them.
#ES2015
#ES6
#javascript
1
Аневризма
@aneurysmjs
12 Oct 2016
(async () => await promiseFn())();
#javascript
#ES2017
#async
#functions
is one of the best features, I'm going to destroy my brain with it
1
Аневризма
@aneurysmjs
8 Oct 2016
I just published “HTML5 async, defer”
medium.com/p/html5-async-def…
Аневризма
@aneurysmjs
8 Oct 2016
for those whose doesn't know,
#javascript
's return statement is a
#function
return ({}) === return {};
Аневризма
@aneurysmjs
6 Oct 2016
#requirejs
it's actually
#AMD
don't let that fool ya ok?
#javascript
#nodejs
Аневризма
@aneurysmjs
4 Oct 2016
#CSS
#transitions
describe how a property should display change when given a different value.
Аневризма
@aneurysmjs
4 Oct 2016
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
Аневризма
@aneurysmjs
4 Oct 2016
function curry(fn, ...first) { return function (...second) { return fn(...first, ...second); } }
#javascript
#currying
#ES2015
#ES6
Аневризма
@aneurysmjs
4 Oct 2016
a high order function is a function that receives other functions as parameters and returns other functions as result
#javascript
#js
Аневризма
@aneurysmjs
4 Oct 2016
a binary function is a function that takes two arguments
#javascript
#functions
Аневризма retweeted
NativeScript
@NativeScript
3 Oct 2016
Using 'async' and 'await' in
@NativeScript
-
nativescript.org/blog/use-as…
@angularjs
@windowsdev
4
18
Load more