chengaofeng
发布于 2024-09-04 / 7 阅读
0
0

Javascript知识点枚举,仅枚举知识点,不做解释

  1. 变量(Variables)

  2. 数据类型(Data Types)

  3. 运算符(Operators)

  4. 条件语句(Conditional Statements)

  5. 循环(Loops)

  6. 函数(Functions)

  7. 作用域(Scope)

  8. 闭包(Closures)

  9. 回调函数(Callback Functions)

  10. 箭头函数(Arrow Functions)

  11. 对象(Objects)

  12. 数组(Arrays)

  13. 字符串(Strings)

  14. 数字(Numbers)

  15. 布尔值(Booleans)

  16. Null 和 Undefined

  17. Symbol

  18. BigInt

  19. 原型(Prototypes)

  20. 原型链(Prototype Chain)

  21. 类(Classes)

  22. 模块(Modules)

  23. 异步编程(Asynchronous Programming)

  24. Promise

  25. async/await

  26. 事件循环(Event Loop)

  27. 定时器(Timers)

  28. DOM 操作(DOM Manipulation)

  29. 事件处理(Event Handling)

  30. 表单处理(Form Handling)

  31. 本地存储(Local Storage)

  32. 会话存储(Session Storage)

  33. Cookie

  34. AJAX

  35. Fetch API

  36. JSON

  37. 正则表达式(Regular Expressions)

  38. 错误处理(Error Handling)

  39. 调试(Debugging)

  40. 单元测试(Unit Testing)

  41. 集成测试(Integration Testing)

  42. 端到端测试(End-to-End Testing)

  43. 事件冒泡(Event Bubbling)

  44. 事件捕获(Event Capturing)

  45. 事件委托(Event Delegation)

  46. 高阶函数(Higher-Order Functions)

  47. 函数式编程(Functional Programming)

  48. 纯函数(Pure Functions)

  49. 柯里化(Currying)

  50. 函数组合(Function Composition)

  51. 迭代器(Iterators)

  52. 生成器(Generators)

  53. Map

  54. Set

  55. WeakMap

  56. WeakSet

  57. Proxy

  58. Reflect

  59. this 关键字(this Keyword)

  60. call 方法(call Method)

  61. apply 方法(apply Method)

  62. bind 方法(bind Method)

  63. new 关键字(new Keyword)

  64. 箭头函数中的 this(this in Arrow Functions)

  65. 闭包中的 this(this in Closures)

  66. 立即执行函数表达式(Immediately Invoked Function Expression, IIFE)

  67. 模块化(Modularity)

  68. CommonJS

  69. AMD

  70. ES6 模块(ES6 Modules)

  71. 包管理器(Package Managers)

  72. npm

  73. yarn

  74. Webpack

  75. Babel

  76. Polyfill

  77. Transpiling

  78. 编译(Compilation)

  79. 解释(Interpretation)

  80. 运行时(Runtime)

  81. 内存管理(Memory Management)

  82. 垃圾回收(Garbage Collection)

  83. 堆(Heap)

  84. 栈(Stack)

  85. 闭包的内存泄漏(Memory Leaks in Closures)

  86. 事件循环与任务队列(Event Loop and Task Queue)

  87. 微任务(Microtasks)

  88. 宏任务(Macrotasks)

  89. 浏览器渲染(Browser Rendering)

  90. 重绘(Repaint)

  91. 回流(Reflow)

  92. 性能优化(Performance Optimization)

  93. 节流(Throttling)

  94. 防抖(Debouncing)

  95. 单线程(Single Thread)

  96. 多线程(Multithreading)

  97. Web Workers

  98. Service Workers

  99. IndexedDB

  100. WebAssembly


评论