ICode9

精准搜索请尝试: 精确搜索
首页 > 编程语言> 文章详细

用一个汉字学javascript参考

2021-03-21 16:01:21  阅读:197  来源: 互联网

标签:Web 汉字学 zh CN 参考 javascript https org developer


用一个汉字学javascript参考

全局参考:

https://developer.mozilla.org/zh-CN/docs/Web/JavaScript
https://developer.mozilla.org/zh-CN/docs/Learn/Getting_started_with_the_web/JavaScript_basics JavaScript基础
https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Guide JavaScript 指南
https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/JavaScript_technologies_overview JavaScript 技术概览
https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/A_re-introduction_to_JavaScript 重新介绍 JavaScript(JS 教程)
https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference JavaScript 参考
https://developer.mozilla.org/zh-CN/docs/Web/Demos_of_open_web_technologies 开源 Web 技术示例
https://developer.mozilla.org/zh-CN/docs/Web/Progressive_web_apps 渐进式 Web 应用(PWA)
https://developer.mozilla.org/zh-CN/docs/Web/Accessibility 无障碍
https://developer.mozilla.org/zh-CN/docs/Web/Tutorials 教程
https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Language_Resources JavaScript资源
https://www.w3school.com.cn/js/js_syntax.asp
https://www.jianshu.com/p/003922b475e3 浅谈JavaScript

目录参考:

1 【旨】关键字 keyword https://www.runoob.com/js/js-reserved.html https://blog.csdn.net/qq_19865749/article/details/78128894 https://blog.csdn.net/zzg19950824/article/details/78149324 https://www.jb51.net/article/75688.htm
2 【串】字符串 String
3 【匹】正则表达式 RegExp
4 【阵】数组 Array
5 【神】神物 JSON
6 【计】计算 Math
7 【帝】全局对象 Global
8 【窗】窗口对象 Window
9 【物】对象 Objcet https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Object
10 【函】函数 Function https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Function https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Functions https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/eval
11 【调】调试对象 console https://developer.mozilla.org/zh-CN/docs/Tools/Debugger https://developer.mozilla.org/zh-CN/docs/conflicting/Tools/Performance https://developer.mozilla.org/zh-CN/docs/Tools/Web_Console https://developer.mozilla.org/zh-CN/docs/Tools/Scratchpad
12 【斌】地图对象 Map
13 【惟】惟一对象 Set https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Set
14 【惨】参数对象 arguments https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Functions/arguments https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Guide/Functions#%E4%BD%BF%E7%94%A8_arguments_%E5%AF%B9%E8%B1%A1
15 【几】数值 Number https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Number
16 【吉】日期 Date https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Date
17 【为】布尔 Boolean
18 【网】网页html https://developer.mozilla.org/zh-CN/docs/Web/HTML
19 【样】层叠样式表CSS https://developer.mozilla.org/zh-CN/docs/Web/CSS
20 【布】画布canvas
21 【矫】可缩放矢量图形 SVG https://developer.mozilla.org/zh-CN/docs/Web/SVG
22 【算】运算符 typeof/instanceof/in https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Equality_comparisons_and_sameness 相等性判断
23 【严】严格模式 https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Strict_mode https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Strict_mode https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Strict_mode/Transitioning_to_strict_mode 向严格模式过渡
24 【口】接口 Web API https://developer.mozilla.org/zh-CN/docs/Web/Reference/API https://developer.mozilla.org/zh-CN/docs/Learn/JavaScript/Client-side_web_APIs https://developer.mozilla.org/zh-CN/docs/Web/API Web API 接口参考
25 【错】错误 Error https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Error
26 【雅】js新版 ES6及以上 https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Template_literals 模板字符串
27 【迭】迭代协议 https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Iteration_protocols
28 【甫】词法文法 https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Lexical_grammar
29 【属】属性的可枚举性和所有权 https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Enumerability_and_ownership_of_properties
30 【型】数据类型和数据结构 https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Data_structures
31 【旨它】其他关键字 class/do/while/try/catch/switch/case/ https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Classes
32 【事】事件 https://developer.mozilla.org/zh-CN/docs/Web/Events 事件参考 https://www.jb51.net/shouce/javascript/js_4.htm
33 【继】继承 https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Inheritance_and_the_prototype_chain https://developer.mozilla.org/zh-CN/docs/Learn/JavaScript/Objects JavaScript 对象入门
34 【雏】原型链
35 【慰】闭包 https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Closures
36 【乍】类型化数组 https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Typed_arrays
37 【事循】并发模型与事件循环 https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/EventLoop
38 【敷】WeakMap https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/WeakMap
39 【衍】WeakSet https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/WeakSet
40 【计式】MathML https://developer.mozilla.org/zh-CN/docs/Web/MathML https://developer.mozilla.org/zh-CN/docs/Web/MathML/Element https://developer.mozilla.org/zh-CN/docs/Web/MathML/Examples/MathML_Pythagorean_Theorem 证明毕达哥拉斯定理
41 【忆】内存管理 https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Memory_Management
42 【废】废弃和过时的特性 https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Deprecated_and_obsolete_features
43 【口】客户端接口 Web API
44 【娓】前端库 jquery https://www.jquery123.com/ https://www.w3school.com.cn/jquery/jquery_intro.asp
45 【妩】渐进式框架 vue https://www.runoob.com/vue2/vue-tutorial.html https://cn.vuejs.org/
46 【媚】桌面端组件库 element https://element.eleme.cn/#/zh-CN https://blog.csdn.net/freewebsys/article/details/81112630
47 【婀】前端框架 uni https://uniapp.dcloud.io/
48 【娜】开源表格 luckysheet https://github.com/mengshukeji/Luckysheet
49 【思】百度脑图 https://naotu.baidu.com/
50 【嬉】图表 https://echarts.apache.org/zh/index.html
51 【仙】可扩展标记语言 XML
52 【妮】编程IDE vscode
53 【怼】反射 Reflect https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Reflect
54 【犊】文档对象模型 DOM
55 【晨】兼容 Web 的全新格式 WebAssembly https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly
/
一致班:广 20210321
http://naoyuyan.com 脑语言(用一个汉字编程)

QQ群:

9980184

标签:Web,汉字学,zh,CN,参考,javascript,https,org,developer
来源: https://blog.csdn.net/weixin_44191690/article/details/115050402

本站声明: 1. iCode9 技术分享网(下文简称本站)提供的所有内容,仅供技术学习、探讨和分享;
2. 关于本站的所有留言、评论、转载及引用,纯属内容发起人的个人观点,与本站观点和立场无关;
3. 关于本站的所有言论和文字,纯属内容发起人的个人观点,与本站观点和立场无关;
4. 本站文章均是网友提供,不完全保证技术分享内容的完整性、准确性、时效性、风险性和版权归属;如您发现该文章侵犯了您的权益,可联系我们第一时间进行删除;
5. 本站为非盈利性的个人网站,所有内容不会用来进行牟利,也不会利用任何形式的广告来间接获益,纯粹是为了广大技术爱好者提供技术内容和技术思想的分享性交流网站。

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有