当前位置:网站首页>js函数相关的复习
js函数相关的复习
2022-06-29 22:19:00 【慎思笃行_】
1.构造函数(这个构造函数在开发的时候是很少使用的)
var fun =new Function('console.log("这是我的第一个函数");');
fun();
2.声明函数
function fun2(){
console.log(‘这是我的第二个函数 ——————’)
}
console.log(fun2)
3.函数表达式
var fun3=function(){
console.log('我是匿名函数中封装的代码');
}
fun3() //调用该函数
然后我们尝试给函数传入参数 我们这边该如何传值呢?
function sum (a,b){
console.log(a+b);
}
sum(1,2)
小提示:return后面的提示都不会执行 / return后面不跟值 那么他会输出undefined
边栏推荐
- 细说GaussDB(DWS)复杂多样的资源负载管理手段
- 2022 (第五届)GIS软件技术大会开幕,GIS、IT将加速融合
- 【无工具搭建PHP8+oracle11g+Windows环境】内网/无网络/Win10/PHP连接oracle数据库实例
- [proteus simulation] digital tube display of stepping motor speed
- Grep tool
- A mysql IBD file is too large processing record
- Just like our previous views on the Internet, our understanding of the Internet began to become deeper
- 客户端可以连接远程mysql
- 26 years old, 0 basic career change software test, from 3K to 16K monthly salary, a super complete learning guide compiled by me
- #第三天
猜你喜欢

软件测试方法和技术知识点有哪些?

从零实现深度学习框架——LSTM从理论到实战【理论】

从第三次技术革命看企业应用三大开发趋势

还天天熬夜加班做报表?其实你根本不懂如何高效做报表
详细聊聊MySQL中auto_increment有什么作用

Matplotlib histogram

Hidden worries behind the listing of shushulang: the performance has declined significantly, the market position is relatively backward, and the competitiveness is questionable

Steady! The best posture for thousands of microservices to access Zadig (helm chart)

读书郎上市背后隐忧:业绩下滑明显,市场地位较靠后,竞争力存疑

This time, I will talk about technology and life
随机推荐
Kr-gcn: an interpretable recommendation system based on knowledge aware reasoning
【Proteus仿真】步进电机转速数码管显示
Code sharing for making and developing small programs on the dating platform
MooseFS的简介、部署及应用
从检查点恢复后读取不到mysql的数据有那位兄台知道原因吗
Online text digit recognition list summation tool
2022 (第五届)GIS软件技术大会开幕,GIS、IT将加速融合
VS2013如何让编写的程序在其它电脑上面也能运行
Kubernetes architecture that novices must know
26岁,0基础转行软件测试,从月薪3k到16k,我整理的超全学习指南
math_ Basic elementary function graph (power function / exponent / logarithm / trigonometry / inverse trigonometry)
MooseFS 调优笔记
Grep tool
Daily question brushing record (VIII)
Guangzhou launched a campaign to promote the safety of bottled gas and popularized the knowledge of gas safety
Summary of basic concepts of moosefs
夏日彩虹来下饭
5-1系統漏洞掃描
Dynamics 365online lookup lookup field multiple selection
The correct method for Navicat to connect to mysql8.0 (valid for personal testing)