-
https://github.com/highlightjs/highlight.js/pull/2844#pullrequestreview-529833532
Something you should look out for in the future... may want to switch back to getLanguage or write your own if you …
-
Pintas.js es un evento mensual gratuito donde developers locales se juntan a tomar pintas y a hablar de Javascript.
Este será el primer meetup del 2015, y para esta edición estaremos hablando de las…
-
We just rolled out an update to the serverless portion of the guide to use Lambda Node v8.10. We also updated the [Add support for ES6/ES7 JavaScript](https://serverless-stack.com/chapters/add-support…
-
# 背景
去年大四毕业前找工作,面试的时候被直接问到这样一问:
> 在JavaScript里,继承有哪几种方式?各有哪些特点?
当然没回答出来,呵呵哒。。。谁让我当年是以学习Dreamweaver的心态学前端的
当然,这里并不是为了面试而解答这个问题,而是为了研究而探讨这个问题。
今年为了学习ES6,同时了解一下JavaScript动画,以及Webpack、Babel等七…
-
## JS部分
### 1. Javascript有哪些数据类型?如何判断一个JS变量是什么类型?
### 2. Javascript new操作符都做了哪些事情。 比如执行下述代码时发生了哪些事情?
```js
function person(name, age) {
this.name = name;
this.age = age;
…
-
-
typescript 설정값에 대한 설명을 기록한다.
typescript의 설정 파일은 tsconfig.json 이다.
Luyin updated
5 years ago
-
Proposed language spec:
- asm.js for low-level code (full-array iterations, integer / float operations etc.)
- ES6 features whitelist:
1. let
2. const
3. generators
4. template strings
5. de…
-
I've got a very specific execution bug in SystemJS that is coming up only in Firebug. I've managed to isolate it in this SystemJS branch - https://github.com/systemjs/systemjs/tree/firebug-issue, wher…
-
im using async await,
```
/* jshint esversion: 8 */
(async function test(){
var winPeerChat;
if(!window.PeerChat){
winPeerChat = window.PeerChat = {};
}else{
winP…