arrow function 箭頭函數中的this

箭頭函數 箭頭函數是對正規函數的語法簡化,它沒有this、arguments等屬性,也不能看成構造函數使用,在使用中尤爲要注意箭頭函數沒有本身的this,它的this是綁定的父做用域上下文,箭頭函數主要用在匿名函數的地方,寫起來更簡單,好比web let arr = ["hi","it's ok","i'm tracy mcgrady"]; arr.map(function(ele){ retu
相關文章
相關標籤/搜索