理解 JavaScript 中的 This, Bind, Call 和 Apply
· One min read
Many of you may have been asked about This keyword in an interview. It is a really important concept in JavaScript yet slightly confusing to new developers. Today let us disscuss this, apply, call and bind in JavaScript.