javascript-cheatsheet:基本的Java备忘单

时间:2021-02-04 21:46:19
【文件属性】:
文件名称:javascript-cheatsheet:基本的Java备忘单
文件大小:409KB
文件格式:ZIP
更新时间:2021-02-04 21:46:19
javascript website web js es6 评论 例子 // This is an in-line comment. /* This is a multi-line comment */ 资料类型 基本 JavaScript提供了七种不同的数据类型: 资料类型 例子 undefined 未分配值的变量的类型为undefined 。 null 没有价值。 string 'a', 'aa', 'aaa', 'Hello!', '11 cats' number 12, -1, 0.4 boolean true, false object 属性的集合。 symbol 代表唯一标识符。 变数 例子 // declare
【文件预览】:
javascript-cheatsheet-master
----javascript-cheatsheet.pdf(166KB)
----.eslintrc.json(531B)
----.github()
--------workflows()
----CNAME(31B)
----website()
--------.babelrc(212B)
--------content()
--------jsconfig.json(209B)
--------package.json(1KB)
--------layouts()
--------test()
--------.prettierrc(43B)
--------plugins()
--------assets()
--------jest.config.js(404B)
--------middleware()
--------static()
--------.eslintrc.js(341B)
--------pages()
--------.gitignore(1KB)
--------components()
--------README.md(348B)
--------yarn.lock(509KB)
--------nuxt.config.js(2KB)
--------.editorconfig(207B)
--------store()
----LICENSE(1KB)
----CONTRIBUTING.md(2KB)
----.gitignore(90B)
----CODE_OF_CONDUCT.md(3KB)
----README.md(38KB)

网友评论