UNPKG
hubot-hipchat-dbeard
Version:
latest (2.13.0)
2.13.0
A HipChat adapter for Hubot
github.com/daniel-beard/hubot-hipchat
daniel-beard/hubot-hipchat
hubot-hipchat-dbeard
/
src
/
test.coffee
8 lines
(6 loc)
•
161 B
text/coffeescript
View Raw
1
2
3
4
5
6
7
8
user
=
id:
1
, name: "yannick" oldUser
=
role: "lol", name: "bob"
for
key,
value
of
oldUser unless key
of
user
user
[key]
=
value
console.log
user
, oldUser