码迷,mamicode.com
首页 > Web开发 > 详细

js函数

时间:2019-12-06 13:38:28      阅读:118      评论:0      收藏:0      [点我收藏+]

标签:eth   code   函数表达式   this   声明式   pre   class   声明   div   

                                                              

声明式:
function fn() { //do something }

 函数表达式:

let fn = function () {
  //do something  
}
构造函数:
function Person(name,age){
         this.name=name
         this.age=age
}
let fn = new Person(‘syq‘,‘18‘)

js函数

标签:eth   code   函数表达式   this   声明式   pre   class   声明   div   

原文地址:https://www.cnblogs.com/fan111/p/11994493.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!