justjavac/es2018puzzlers

第三题为何不相同?

Open

#2 opened on Mar 20, 2018

View on GitHub
 (1 comment) (0 reactions) (0 assignees)HTML (1 fork)github user discovery
help wantedquestion

Repository metrics

Stars
 (29 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

const obj = {
  x:1,
  y:2,
  a:1,
  b:2,
  c:3
}

测试:

fn1(obj)fn2(obj) log一样的数据, 求解

Contributor guide