hax / hax/hax.github.com

偏门js面试题又一道

Open
#50 5 comments 0 reactions 0 assignees View on GitHub
Dominant language
HTML
Stars
464
Forks
27
PR merge metrics
No merged PRs in 30d

Description

这次的题目是这样的:

```js
'use strict'
var o1 = {
f: function () {}
}
var o2 = {
f() {}
}
```

请问 `o1.f` 和 `o2.f` 有哪些差异。

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.