-
JavaScript Web Framework 에서는 JavaScript의 최신 버전인 ES6, ES7 문법을 필요로 합니다.
1학기와 달리 의지가 없는 사람들을 이해시키기 위한 교육은 하지 않습니다.
사전과제를 수행했다는 분들을 대상으로 2학기 교육을 진행하오니, 꼭 과제를 완료해주세요.
1. Codecademy Introduction to Jav…
-
### Description
Classes are an essential part of **object-oriented programming (OOP)**. Classes are used to define the blueprint for real-world object modeling and organize the code into reusable a…
-
To be compatible with modern web framework.
-
I think right now the ES5 javascript engine is being used for the validators. And by using the ES6 engine it would be much easier to write some validation rules due to the additional features ES6 come…
-
Using the decaffeinate project the initial code has been converted to JavaScript (see #375 or 293eb2020bfe781e96235167c74b20ed6dc41295). This is just the first step however, as there are other things …
-
```
class PersonClass {
constructor(name) {
this.name = name
}
sayname() {
console.log(this.name)
}
}
let person = new PersonClass('Raine')
person.sayname() // 输出 Raine.
co…
-
##### Description
The Petstore integration tests for JS ES6 failed
```
/private/tmp/swagger-codegen/samples/client/petstore/javascript-promise-es6/node_modules/babel-core/lib/transformation/file/…
-
TypeScript is very picky. Most of the team has little to no experience working with TypeScript, so it continuing down that route would slow development of v2.
Refactor TypeScript files into JavaScr…
-
### Environment
azure-pipelines-task-lib version: 3.4.0
### Issue Description
`azure-pipelines-task-lib` currently has a hard dependency on [`q`][1], a Promise library for JavaScript. This was …
-
### Description
We often run into issues with using unsupported JavaScript functions. While there are Shims for some useful functions, it would be nice to be able to utilize newer JavaScript functi…