Giter Club home page Giter Club logo

ws107a's People

Contributors

ccckmit avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

ws107a's Issues

期中專案繳交點

專案建議:

  1. 多人網誌系統 (WordPress, 可用 markdown 語法)
  2. 聊天室 (Line, WeChat)
  3. 維基系統 (Wikipedia)
  4. POS 銷售時點系統 (ex: 珍珠奶茶店)
  5. SMS 短信聊天系統 (類似臉書, )

期中期末專案的建議

  1. 多人網誌系統 (WordPress, 可用 markdown 語法)
  2. 聊天室 (Line, WeChat)
  3. 維基系統 (Wikipedia)
  4. POS 銷售時點系統 (ex: 珍珠奶茶店)
  5. SMS 短信聊天系統 (類似臉書, )

.on().on() 是怎麼做的

檔案: onChain.js

var obj = {
    on:function (f) {
        f()
        return this
    }
}

f1 = function() { console.log('f1') }
f2 = function() { console.log('f2') }


obj.on(f1).on(f2)

執行結果

PS C:\Users\E321\cccnqu\ws107a-master\example\04-postServer> node onChain
f1
f2

期末專案繳交點

專案建議:

  1. 多人網誌系統 (WordPress, 可用 markdown 語法)
  2. 聊天室 (Line, WeChat)
  3. 維基系統 (Wikipedia)
  4. POS 銷售時點系統 (ex: 珍珠奶茶店)
  5. SMS 短信聊天系統 (類似臉書, )

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.