当前位置:网站首页>3、 JS notes
3、 JS notes
2022-06-13 08:33:00 【001128XY】
JS notes
1、 Single-line comments ://
vscode Shortcut key :Ctrl + /
2、 Multiline comment :/* The comment */
vscode Shortcut key :alt + Shift +a
3、 Documentation Comments
1、 Function description
/**
* Calculate the sum of two values
* @param a {number} Parameters 1
* @param b {number} Parameters 2
* @returns {number} Sum of two values
* @author Sz 2022/05/20
* @example
* 6, 10 => 16
*/
2、 A document description
/**
* file name :util.js
* author :sz
* describe : Toolset Encapsulates a large number of tool functions
* Modifier : cf
* Modification time :2022-11-22
* Modify the content : A little
*/
边栏推荐
- filebeat采集日志到ELK
- How to download and install stm32cubemx
- Format_ String_ Server
- HCIP_ MGRE experiment
- When submitting the laravel admin form and using the required verification, an error is reported when the value is 0
- Plane merging (matlab)
- Microservice Project Construction II: database design
- Bidirectional retransmission step experiment
- Vs installation of vassistx plug-in causes Chinese input of wpf-xaml file to be garbled. Solution
- JS wrapper object
猜你喜欢
How can the small and medium-sized lighting industry make use of the digital transformation to stand out from the encirclement?
CCNP_ BT static routing
从零开始-实现JpetStore网站-1-建立项目框架以及项目介绍
What software can be used to solve the problems faced by the auto parts industry
Founder of Starbucks: no longer open "public toilets" to non store consumers for safety reasons
redis. exceptions. ConnectionError: Error 111 connecting to 172.16.8.128:6379. Connection refused.
DNS domain name resolution service
使用kvm创建三台能通局域网的虚拟机
[game theory complete information static game] Application of Nash equilibrium
How does the BD new tab plug-in log in?
随机推荐
MySQL query exercise 3
How to install the bdtab (BD) new tab plug-in in edge browser (Graphic tutorial)
WARNING:tornado.access:404 GET /favicon.ico (172.16.8.1) 1.84ms [附静态文件设置]
Use of addeventlistener in JS
JS to download files in batches
Bidirectional retransmission step experiment
Taobao commodity sales interface / Taobao commodity sales monitoring interface / cumulative commodity sales interface
How to modify desktop path in win10 system
Logstash failed to create queue
Microservice Project Construction II: database design
CCNP_ BT-MGRE
1.SolidWorks各模块的学习顺序
Maternal and infant supplies wholesale industry uses management software to improve efficiency and realize cost reduction and efficiency increase
Microservice project construction III: automatic code generation
anaconda下安装pytorch
Custom exception class myexception
淘宝商品历史价格接口/商品历史价走势接口代码对接分享
Buuctf web (IV)
[virt manager] remote management the problem of the floating mouse when starting the virtual machine
Sizeof, strlen find character length