lxs24sxl / js-native-methods

js原生方法实现

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

js原生方法实现方式

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

About

js原生方法实现


Languages

Language:TypeScript 100.0%