You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// 来自高级前端面试,这题我做对了,但是还是写下来varstatus='a'setTimeout(()=>{conststatus='b'constdata={status: '',getStatus(){returnthis.status}}console.log(data.getStatus())console.log(data.getStatus.call(this))},0)// 选B,这里是箭头函数A. '' and 'b'
B. '' and 'a'
C.'b'and'a'D.'a'and'a'
The text was updated successfully, but these errors were encountered:
主要表达式一
语法
主要表达式[Yield, Await] :
包含括号的表达式和箭头参数列表[?Yield, ?Await] :
补充语法
当处理生产实例时
主要表达式[Yield, Await] : 包含括号的表达式和箭头参数列表[?Yield, ?Await]
使用以下语法:
带括号的表达[?Yield, ?Await] :
(表达式[+In, ?Yield, ?Await])
this关键字
求值
标识符引用
字面量
数组初始化
在列表的开始,中间以及尾部位置的数组元素可以被忽略。每当元素列表中的逗号前面没有 赋值表达式(即开头或后面的逗号)时,缺少的数组元素会增加数组的长度,并增加后续元素的索引。忽略的数组元素未定义。如果数组的最后一个元素被忽略,该元素不会增加数组的长度!
数组累加
忽略:,
为什么数组最大长度为232 - 1?
忽略:忽略 ,
元素列表:忽略opt 赋值表达式
元素列表:忽略opt 扩展元素
元素列表:元素列表 , 忽略opt 赋值表达式
元素列表:元素列表 , 忽略opt 扩展元素
扩展元素:... 赋值表达式
2020-03-25 补充
The text was updated successfully, but these errors were encountered: