Join Slack
Powered by
<@U57AN0XBJ> why do you check `tempAdIds[index] ==...
# codereview
a
Andreas Sinz
07/12/2018, 4:08 PM
@ar-g
why do you check
tempAdIds[index] == null
inside
fillAdIds
? Both things are defined outside of
map
and thus will be always
true
or
false
👍 1
Open in Slack
Previous
Next