GithubHelp home page GithubHelp logo

javascript-api's Introduction

关于 Array,String,Number,Object,Function 等数据类型的方法总结

####也有很多方法没有实现,希望有兴趣的朋友可以试试,email:2382839439

Array

  1. Array.concat
  2. Array.copyWidth
  3. Array.eyery(已实现)
  4. Array.fill(已实现)
  5. Array.filter(已实现) -- 也优化了返回的新数组是浅拷贝的问题
  6. Array.find(已实现)
  7. Array.findIndex(已实现)
  8. Array.flat(已实现)
  9. Array.flatMap
  10. Array.forEach(已实现)
  11. Array.from
  12. Array.includes
  13. Array.indexOf
  14. Array.isArray(已实现)
  15. Array.join(已实现)
  16. Array.lastIndexOf
  17. Array.map(已实现)
  18. Array.of
  19. Array.pop
  20. Array.push(已实现)
  21. Array.reduce(已实现)
  22. Array.reduceRight
  23. Array.some(已实现)
  24. Arrat.reverse
  25. Array.shift
  26. Array.sort
  27. Array.splice
  28. Array.toString
  29. Arrat.unshift

javascript-api's People

Contributors

mufeiyu-ayu avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.