brainy-policeman-17905
10/21/2020, 2:43 PMlemon-agent-27707
10/21/2020, 2:56 PM.apply
returns another output (an async promise-like future). You'll have to log within the apply if you want to capture the raw value:
x.apply( val => console.log(val))
brainy-policeman-17905
10/21/2020, 3:37 PMcalm-greece-42329
10/21/2020, 5:52 PMlemon-agent-27707
10/21/2020, 6:10 PMcalm-greece-42329
10/21/2020, 6:43 PM