Object Oriented Javascript

后端 未结 5 1128
Happy的楠姐
Happy的楠姐 2020-12-13 07:56

In the course of programming we encounter large javascript files which are open source and written in an object oriented manner( like JQuery ).

If we need to modify

5条回答
  •  爱一瞬间的悲伤
    2020-12-13 08:29

    I agree with allyourcode there's no magic trick. You have to read the code and read the docs. And if the docs are no good, maybe you should think about using a different framework.

提交回复
热议问题