-
As I was working on upgrading our codebase to ES6, I started to notice that our code was not very consistent:
https://github.com/EclipseFdn/solstice-assets/pull/254
Let use this issue to discuss a…
-
# 背景
去年大四毕业前找工作,面试的时候被直接问到这样一问:
> 在JavaScript里,继承有哪几种方式?各有哪些特点?
当然没回答出来,呵呵哒。。。谁让我当年是以学习Dreamweaver的心态学前端的
当然,这里并不是为了面试而解答这个问题,而是为了研究而探讨这个问题。
今年为了学习ES6,同时了解一下JavaScript动画,以及Webpack、Babel等七…
-
How might you ensure that the app works on Safari & Firefox while still taking advantage of using ES6 syntax?
-
This just about covers all the reasons I think why this would be a good idea. https://gist.github.com/danielgtaylor/0b60c2ed1f069f118562
-
### Issue details
I'm setting up a new project and I have the following gulpfule.js setup:
``` js
var gulp = require('gulp');
var browserSync = require('browser-sync');
var sass = requ…
-
https://fanliang8023.github.io/2018/09/25/javascript%E5%B8%B8%E7%94%A8%E6%95%B0%E7%BB%84%E6%93%8D%E4%BD%9C%E6%96%B9%E6%B3%95-%E5%8C%85%E5%90%ABes6%E6%96%B9%E6%B3%95/
Every failure is leading toward…
-
I've started a discussion on the ES6 future of CoffeeScript [here](https://github.com/coffeescript-cookbook/coffeescript-cookbook.github.io/issues/128). Let me quote the introduction:
> ES6 is gainin…
-
We recently turned on MODULARIZE=1 -s EXPORT_ES6=1 -s USE_ES6_IMPORT_META=1 for psweb.
But we ran into an issue with Firefox: Error: Dynamic module import is disabled or not supported in this context…
-
Use ES6 syntax whenever it is possible:
* Use arrow functions for all the non top level function definitions
* Use const by default, unless the variable has to be reassigned
* ...
https://google.g…
-
https://github.com/rkdxogml5768/MapiaProj/blob/b142ec958ba0979e152c03ce58e6f820b6cfcf6b/angular-mapia-proj/src/app/game-box/game-box.component.ts#L60
```
for(var i in this.fallWords) {
const …