elm.on('click', function () => { // }); this is what happens when get used to much on arrow functions #javascript #es2015 #angular #react
1
Аневризма retweeted
WebStorm 2016.3.2 is here with over 100 fixes and new inspections for async functions: blog.jetbrains.com/webstorm/…
3
13
32
Аневризма retweeted
Testing with Webpack 2,inject-loader, karma,mocha, chai and sinon bit.ly/2gFc4b9 #JavaScript #Testing
1
Аневризма retweeted
Generate new Angular components in the apps created with Angular CLI using the New... popup (Cmd-N on macOS or Alt-Insert on Win/Linux)
2
60
83
module: use load our module(s) inject: use to get instances of components from modules #javascript #angular #angularmocks #unittesting
Аневризма retweeted
#Co Performing CRUD Operations in AngularJS 2.0 angular.jsnews.io/performing… via @IamJoshAnderson #ai
6
7
I can't use @LinkedIn in russia, it is banned or what? :( #linkedin
1
#angular1.6 wasn't supposed to have #angular2 form syntax?? @petebd
Аневризма retweeted
New #YouTube Webinar: 10 Ways Angular 2 Makes Development Easier angular.jsnews.io/webinar-10… #service #Get
3
5
yo! @toddmotto I've no words about your #angularperformance course, damn, that's an amazing masterpiece, couldn't be better. thanks :)
1
2
Аневризма retweeted
Did you know... A double Bitwise NOT (~) can be used to parse a string into an integer #funfact #donttrythisathome 🙃 developer.mozilla.org/en-US/…
10
38
109
#dragndrop with #firebase almost gave me an aneurysm, object to array then drag and drop then array to object, save and so on. #javascript
for the first time I've use Array.prototype.some, very useful shit ;) #javascript #angular2 #reactjs #arrays
I have -product --systems ---sections ----articles it all should be prefixed <product-systems-sections-articles> ??? @teropa
there shouldn't reasons to learn #reactjs, you just have to, that's it, you must!!! #javascript #react #isfuckingawesome
#iterators and #generators are mechanisms for iterating or enumerating collections and sequences #javascript #es2015 #es6
1
let f = (fn = () => {}) => {}; a #function that receives as a parameter another function whose default value is a function. #javascript
let parseData = ({title, questions}) => ({title, questions}); // really? #ES2015 #arrowfunctions and #destructuring are so damn cool