can't figure out why map operator can use like this map(x => x * x)(of(1, 2, 3)).subscribe((v) => console.log(`value: ${v}`));

前端 未结 0 515
醉梦人生
醉梦人生 2021-01-24 04:56

I\'m studying the rjx operators following the official documentation.

In Operator section, there is an example of how to use map operator

map(x => x * x         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题