Class
static
静态方法中this指向类本身而非实例;
静态方法可与非静态方法重名;
父类静态方法可被子类继承;
getter & setter
用于对某个属性设置存值函数和取值函数,拦截该属性的存取行为;
‘get’ & ‘set’ all in Descriptor;
set a(a) {
this.a = a; /...
A promise represents the eventual result of an asynchronous operation. The primary way of interacting with a promise is through its then method, which registers callbacks to receive either a promise’...
Features
Github style markdown
Local search
Tags support
Categories support
Responsive layout
About personal page
Pagination
Quick StartInstallation$ git clone https://github.com/thoma...
Front-matter is a block of YAML or JSON at the beginning of the file that is used to configure settings for your writings. Front-matter is terminated by three dashes when written in YAML or three sem...
IntroductionIf you are confused about the differences between forkJoin, zip, combineLatest, and withLatestFrom, you are not alone.
These four operators are what we know as combination operators - we ...