Updated.
This commit is contained in:
parent
3822a3a902
commit
d6ef6fb207
14
README.md
14
README.md
|
|
@ -449,19 +449,19 @@ Future
|
||||||
|
|
||||||
- destructed function arguments
|
- destructed function arguments
|
||||||
|
|
||||||
test({String name, String login, String photoUrl}){
|
test({String name, String login, String photoUrl}){
|
||||||
console.log(name, login, photoUrl);
|
console.log(name, login, photoUrl);
|
||||||
}
|
}
|
||||||
|
|
||||||
- ES6 `for`
|
- ES6 `for`
|
||||||
|
|
||||||
for({String name, String login, String photoUrl} in usesr){
|
for({String name, String login, String photoUrl} in usesr){
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
for(name of names){
|
for(name of names){
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
- asm.js native syntax, for example
|
- asm.js native syntax, for example
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user