GithubHelp home page GithubHelp logo

justjavac / programming-mindmap Goto Github PK

View Code? Open in Web Editor NEW
287.0 20.0 34.0 722 KB

编程相关的思维导图

Home Page: http://mm.devhints.cn

License: GNU General Public License v3.0

HTML 27.06% JavaScript 72.94%
programming mindmap javascript

programming-mindmap's Issues

关于JS内置对象上一些不理解的地方

1.这个全局对象跟内置对象是父子关系吗,这个全局对象是指global还是指window;
2.这个全局对象上的属性:比如全局对象的函数属性parseInt,他指向全局函数parseInt()?或者说全局对象的构造器属性Array和内置对象Array的关系是什么,当我访问Array的时候是访问属性还是内置对象Array,还是说访问的是构造器; 比如:我在控制台输出
console.log(Array)是构造函数吗还是说叫内置对象?另外console.log(Array()) 这个我没有new,算实例化吗?
3.关于Math对象和Array为啥不一样;console.log(Math) 是这样{属性...};而console.log(Array)是function

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.