/js-native-methods

js原生方法实现

Primary LanguageTypeScript

js原生方法实现方式

  • bind();
  • apply();
  • call();
  • create();
  • new();
  • bfs(); 快但是占内存
  • dfs(); 慢但是不占内存
  • readFileListBFS();
  • readFileListDFS()
  • fearNotLetter();
  • instanceof();
  • deepClone();