Raul-Sebastian Mihăilă

Results 2 issues of Raul-Sebastian Mihăilă

``` var promise = new Promise((resolve) => { resolve({ then(resolve2) { resolve2(promise); } }); }); promise.catch(console.error.bind(console, 'error')); promise.then(console.log.bind(console, 'result')); ``` The above code should print 'error' and the promise rejection...

ES6
new test

I think that the fact that protocols are also a kind of mixins is problematic. First, because they are a naive kind of mixins and, secondly, because I think it...