The website uses cookies. By using this site, you agree to our use of cookies as described in the
Privacy Policy
.
I Agree
richard yuwen
Toggle navigation
Summary
Login
blank_error__heading
blank_error__body
Text direction?
Left-to-right
Right-to-left
【译】向恐龙解释现代JavaScript - 知乎
Markup
(226)
Links
Measure
Measure
Related Notes
Disable?
Get a free MyMarkup account to save this article and view it later on any device.
Create account
Clipped
Tags not allowed
Clipping failed.
To sign in to MyMarkup, please click the MyMarkup icon in Chrome's toolbar.
Newsprint
Notable
Night Owl
Custom
small
medium
large
More options
End User License Agreement
Summary
|
12 Annotations
moment.min.js在index.js加载之前被加载
2020/06/08 12:42
JavaScript最初被设计成只能在浏览器中运行,出于安全的考虑,它不能访问客户端计算机的文件系统,因此JavaScript不支持这一特性
2020/06/08 12:44
HTML定义了一个叫 moment的全局变量
2020/06/08 12:44
模块打包工具
2020/06/08 12:45
转译代码意味着将一种语言的代码转换为另一种语言的代码
2020/06/08 12:45
babel或TypeScript
2020/06/08 12:45
task runner(npm脚本)
2020/06/08 12:46
包管理器
2020/06/08 12:46
模块打包器
2020/06/08 12:46
task runner
2020/06/08 12:46
m
2020/06/08 12:46
转译器(transpiler)来支持未来的语言特性
2020/06/08 12:47