Giter Site home page Giter Site logo

oo-basic-js's Introduction

面向对象编程学习

##环境准备

  • WebStorm
  • Git

##操作

  • 先将代码clone到本地:
git clone https://github.com/geekmooc/oo-basic-js.git
  • 导入到WebStorm中

  • 修改远程仓库地址

git remote rm origin
git remote add origin {your repository url}

##介绍

  • 题目在practice_vxx下,每个题目下均有一个markdown文件,里面描述了题目的需求

  • 每个题目的功能代码均在main.js中实现,在spec-main.js中编写测试用例,参考example文件夹以及practice_v01

  • 在浏览器里打开每个练习文件夹下的SpecRunner.html,就可以执行spec-main.js中的测试

  • 除main.js和spec-main.js外的其他文件都不需要关心,这些文件并非我们的学习要点

  • 准备好github账号,每次修改都需要使用git提交至github

##注意事项

  • 语言不限,C++、Java、C#、Python等均可

  • 每次尽量复用前一次的代码

参考(有重复)

Introduction to Object Oriented JavaScript

JavaScript 面向对象

oo-basic-js's People

Contributors

hackeris avatar

Watchers

James Cloos 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.