So my code is:
combineLatest([obs1, obs2]).subscribe((x => { console.log(x) })
The log statement should be fired when EITHER observable