mirror of
https://github.com/ruanyf/es6tutorial.git
synced 2025-05-24 10:22:23 +00:00
docs: edit README
This commit is contained in:
parent
e78513744c
commit
9461a922f6
@ -1,5 +1,7 @@
|
||||
# ES6 入门教程
|
||||
|
||||
官方镜像:[网道(WangDoc.com)](https://wangdoc.com/es6/)
|
||||
|
||||
《ECMAScript 6 入门教程》是一本开源的 JavaScript 语言教程,全面介绍 ECMAScript 6 新引入的语法特性。
|
||||
|
||||
[](images/cover-3rd.jpg)
|
||||
|
@ -210,8 +210,8 @@ function li_create_linkage(li_tag, header_level) {
|
||||
}
|
||||
|
||||
function create_banner(element) {
|
||||
// 2020年8月15日
|
||||
var deadline = new Date(2020, 7, 15);
|
||||
// 2020年12月1日
|
||||
var deadline = new Date(2020, 11, 1);
|
||||
if (deadline - (new Date()) < 0) return;
|
||||
|
||||
var styleStr = [
|
||||
|
@ -1,2 +0,0 @@
|
||||
4096418148424150100
|
||||
|
Loading…
x
Reference in New Issue
Block a user