yeah, I know but I just was showing the point
Immutability should be mandatory from know on #javascript #angular #angular2 #reactjs
1
Number.method('integer', function () { return Math[this < 0 ? 'ceiling' : 'floor'](this); }); Thanks a lot #douglascrockford #javascript
Аневризма retweeted
Node doesn’t need TC39 permission to say that it only recognizes ES modules that have import/export statements. ECMA-262 already allows it.
2
5
8
Аневризма retweeted
New #applications NativeScript 2.0 brings mobile strategy options for AngularJS developers news.angularjobs.com/natives…
8
13
"demand-driven architecture it's all about what the device needs not about what the server expose" - @jhusain @falcorjs #javascript
1
Аневризма retweeted
Five Ways to Hide Elements in CSS bit.ly/1Y9lcBV #HTML #CSS
1
Аневризма retweeted
We're getting started! jsair.io/webpack #JavaScriptAir #jsAirQuestion (that's Tobias, the creator or webpack)
3
8
23
I think that @nativescript will replace #swift #java #csharp in a couple of years... #javascript #nativescript should be an standard
2
3
"Syntax that obfuscates concepts is problematic" #javascript #ES2015
Reactive programming is programming with event streams, ¿what is an event stream? it's a sequence of events happening over time #javascript
Аневризма retweeted
React Native works on Android & iOS: facebook.github.io/react-nat… #reactjs #JavaScript
6
8
Аневризма retweeted
Ben King at The Lead Developer 2015: From Web Dev to Mobile Dev with NativeScript wvnts.co/1XUuCl9
7
14
Аневризма retweeted
Cancelable Promises have advanced to stage 1 at TC39: github.com/tc39/proposals Deck: docs.google.com/presentation… 🔥
11
292
409
var oldObj = { first(){} }; var newObj = Object.create(olbObj); newObj.second = () => {}; var other = Object.create(newObj); other.first();
"inheritance is object-oriented code reuse" - Douglas Crockford #javascript
Immutable data streams?? Immutable data arriving over time ?? #rxjs #javascript #immutablereactiveprogramming
Lambdas is the idea of functions as first class objects and #javascript got it right