GithubHelp home page GithubHelp logo

frontend's Introduction

目录

fe

CSS

作用域

学习目标:

文章:《捋一捋JavaScript执行上下文的变量对象、作用域链、this和闭包的过程》

执行上下文

  • 变量对象
  • 作用域链
    • 词法作用域
    • 作用域
    • 作用域链
    • 闭包
  • this
    • call
    • apply
    • bind

学习大纲:

  • 《理解 JavaScript 执行上下文》
  • 《理解 JavaScript 变量对象》
  • 《理解 JavaScript 作用域》
  • 《理解 JavaScript 词法作用域》
  • 《理解 JavaScript 作用域链》
  • 《理解 JavaScript 闭包》
  • 《理解 JavaScript 的 this》
  • 《模拟实现 call 和 apply 方法》
  • 《模拟实现 bind 方法》

对象

学习目标:

  • 对象属性
  • 创建对象的方法
  • 原型
  • 原型链
  • 继承

学习大纲:

  • 《理解 JavaScript 的对象》
  • 《创建 JavaScript 对象方法有几种?》
  • 《理解 JavaScript 的原型》
  • 《理解 JavaScript 的原型链》
  • 《实现 JavaScript 的继承方式》
  • 《学习 JavaScript 的类》
  • 《模拟实现 JavaScript new 操作符》
  • 《模拟实现 JavaScript 的 instanceof 操作符》
  • 《模拟实现 JavaScript 的 Object.create 方法》

异步

学习目标

  • 回调函数
  • Promise
  • async/await
  • Generator
  • setTimeout

学习大纲:

  • 《Promise 基础》
  • 《Promise 进阶》
  • 《实现一个简易的 Promise》
  • 《实现一个符合 Promise/A+ 规范的 Promise》
  • 《理解 async/await》
  • 《学习 generator》

frontend's People

Contributors

lfb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  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.