justjavac/es2018puzzlers

第三题为何不相同?

Aperta

#2 aperta il 20 mar 2018

 (1 commento) (0 reazioni) (0 assegnatari)HTML (1 fork)github user discovery
help wantedquestion

Metriche repository

Star
 (29 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

测试:

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

Guida contributor